ssm-diff
ssm-diff copied to clipboard
Ignore Encrypted Entries
Unless absolutely necessary, I'd rather not put decrypted secrets on a local machine. SSM also logs access to secrets so I'd rather not leave an unnecessary trail of secrets logs. I can think of two ways to handle this:
- Give an option to not decrypt secrets
- Give an option to skip encrypted parameters entirely
Both could make sense, but the second option solves both problems (on-disk and audit logs). I think it should be an ENV variable (vs. a flag) so you don't accidentally delete the encrypted params if you forget to include the flag when you apply.