ssm-diff icon indicating copy to clipboard operation
ssm-diff copied to clipboard

Ignore Encrypted Entries

Open ambsw-technology opened this issue 5 years ago • 1 comments

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.

ambsw-technology avatar Apr 28 '19 16:04 ambsw-technology