aws-samples / aws-secret-sidecar-injector

Kubernetes mutating webhook to fetch secrets from AWS Secrets Manager
MIT No Attribution
145 stars 35 forks source link

Add annotation for the filename of the file that contains the value of the secret #14

Closed jicowan closed 3 years ago

jicowan commented 4 years ago

Create an annotation that allows the user to choose the name of the file to read from to get the value of the secret pulled from AWS Secrets Manager. Update the init container to use that filename instead of defaulting to "secret" or use "secret" as the filename only when the annotation is absent.

DimaNevelev commented 4 years ago

@jicowan Any ideas on how this should work in case of multiple secrets? (after merging #29)

bo0tzz commented 3 years ago

It looks like this is included in #29. @jicowan is there any indication on when those changes will be available in master?

jicowan commented 3 years ago

This was add in the last PR that was merged.