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

Support standard AWS SDK Credential mechanisms #1

Open
micahhausler opened this issue Aug 24, 2020 · 1 comment
Open

Support standard AWS SDK Credential mechanisms #1

micahhausler opened this issue Aug 24, 2020 · 1 comment

Comments

@micahhausler
Copy link

The current implementation (since 6629878) requires the controller to get its credentials from a Secret object. Can you make that a conditional only if the secret is defined, and support the default credential chain? This will allow operators to use standard means like IAM Roles for Service Accounts, secrets as a pod's environment variables. The SDK region should be inferred from the standard configuration points too (env var/config file/IMDS).

It would be really nice to not have to reference a secret to set non-secret values such as the Cert ARN in the provisioner, and just directly state that value.

@mam8270
Copy link

mam8270 commented Sep 21, 2020

@sudhindra-hub Is there any preventing this merge? Loading aws credentials from alternative mechanisms would be a very useful feature.

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

2 participants