security / cli
SOPS
Capability: SOPS
Use it when
- store encrypted configuration in Git while preserving reviewable structure
- decrypt deployment secrets only for an authorized process
What it solves
Not the fit when
- key management and access policy remain operator responsibilities
Install
brew install sops
Invoke
sops encrypt secrets.yaml > secrets.enc.yaml && sops exec-env secrets.enc.yaml 'your-command'
Alternatives
No reviewed alternatives recorded yet.