You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: