Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create different credentials per namespace #57

Open
katp4 opened this issue Feb 6, 2018 · 2 comments
Open

Create different credentials per namespace #57

katp4 opened this issue Feb 6, 2018 · 2 comments

Comments

@katp4
Copy link

katp4 commented Feb 6, 2018

Hello,

We have 2 environments on Kubernetes with different namespaces and each needs to talk to a different AWS accounts but currently that's not possible. I would like to extend this code to take a Namespace as a parameter and get the right creds per namespace.

Do you see any obvious issues with this? If not, i would appreciate it if you could point me in the right direction if possible.

@stevesloka
Copy link
Member

Hey @katp4, the simplest way would be to extend it to request creds for multiple aws accounts and apply those to all namespaces like it does today.

However, if you wanted more control over those creds we could also take a namespace config as well.

Maybe the best way is to update the secret which holds the aws credentials to allow multiple credentials. Then it could be extended to take a namespace array which would mean the aws creds could only apply those those namespaces otherwise it would apply to all?

@sshilko
Copy link

sshilko commented Apr 11, 2018

Same here, any workarounds to specify for which namespace credentials are intended?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants