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

Feature Request - AWS Parameter Store Integration #42

Closed ibrahiem96 closed 3 years ago

ibrahiem96 commented 3 years ago

We are looking for a solution that can also work with AWS Parameter Store. Is this a feature you guys can add, and if its not something you're planning on looking into in the short-term, I'd be happy with some direction as to what can be modified so we can use this with AWS Param Store

Thanks

jicowan commented 3 years ago

@ibrahiem96 we weren't planning to build an integration with parameter store, but you could use a similar pattern, i.e. use an init container and mount as a volume. Did you want to reference them as ENVs?

ibrahiem96 commented 3 years ago

@jicowan Yes I was planning to reference them as ENVs. Could you point me to some files or the part of your codebase that pertains to the init container -- so I can use it as an example?

jicowan commented 3 years ago

It's in main.go. We are not mapping secrets to ENVs. We're mounting them as volumes.