tellerops / teller

Cloud native secrets management for developers - never leave your command line for secrets.
https://github.com/tellerops/teller
Apache License 2.0
2.8k stars 183 forks source link

feat: add support for AWS SM plaintext secrets #248

Closed jstrachan closed 3 months ago

jstrachan commented 5 months ago

in addition to the key/value pair secrets

Description

currently AWS Secret Manager only supports key/value pair secrets

this PR adds the ability to define a secret as being plaintext which is common when using secrets for things like files

Motivation and Context

supports fetching plaintext secrets from AWS Secret Manager which are currently not supported

How Has This Been Tested?

I tested it against AWS Secrets Manager

Checklist