Replies: 2 comments
-
Doing so would involve using the AWS CLI or an SDK to retrieve the secret at that instant. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
General Issue
I want to validate a deployment as described in docs here: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines-readme.html#validation. With ShellStep, I want to do a CURL to an API gateway protected by an APIKEY. I want to use the APIKEY in a secure way without exposing it in logs etc.
The Question
Is there a way to do this with parameter store or secrets manager?
I assume that shellstep somehow gets transformed into a codebuild project. CodeBuild projects seem to support this like: https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-example
CDK CLI Version
2.10.0
Framework Version
No response
Node.js Version
No response
OS
No response
Language
Typescript
Language Version
No response
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions