Secrets
HX Lab keeps infrastructure secrets in SOPS-encrypted files instead of plain text.
Source Paths
secrets/infrastructure.sops.yamloperations/scripts/tofuinfrastructure/opentofu/stacks/prod/proxmox/providers.tfinfrastructure/ansible/roles/api/tasks/main.yml
Current State
- OpenTofu reads the Proxmox API token from SOPS.
- The Proxmox API token is created by Ansible and stored as a UUID value in SOPS.
- OpenTofu state encryption is configured per stack.
Notes
- Do not document decrypted secret values.
- Document secret names, storage locations, and consuming code only.
