Secrets
Use mise to manage sensitive environment variables securely. There are multiple supported approaches:
- fnox recommended — Full-featured secret manager with remote secret storage (e.g.: 1Password, AWS Secrets Manager) and remote encryption (e.g.: AWS KMS). Use
fnox exec -- mise ...to populate mise's environment. Bootstrap secret inputs give provisioning templates stable logical names while fnox remains responsible for providers and authentication. - sops experimental — Encrypt entire files and load them via
env._.file - Direct age encryption experimental — Encrypt individual env vars inline in
mise.toml