opencenter secrets decrypt
Decrypt secrets in YAML files
Synopsis
Decrypt secrets in YAML files using SOPS.
This command finds all SOPS-encrypted YAML files and decrypts them using the configured Age keys. By default, it creates backups of the encrypted files for safety.
The decryption process:
-
Creates timestamped backups of encrypted files (unless --no-backup is set)
-
Decrypts files using SOPS with configured Age keys
-
Validates successful decryption
-
Reports results and backup locations
Use this command when you need to decrypt secrets in your project.
opencenter secrets decrypt [flags]