Credentials in CI/CD when AWS_SECRET_ACCESS_KEY
not allowed?
#20862
Unanswered
mikestopcontinues
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Reference: https://docs.aws.amazon.com/cdk/v2/guide/cli.html#cli-environment I don't know if CDK works exactly the same as SDK as told in the documentation, but the latter has a fourth option: load from a JSON file on disk |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can pass env vars into my CI/CD pipeline, but I can't use the default
AWS_
names.What are my options for passing the my keys into CDK?
Beta Was this translation helpful? Give feedback.
All reactions