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
In our organization, we require the use of a private certificate bundle when making calls through our proxy for external resources. My various CodeBuild steps (synth, update pipeline, etc) need to utilize this certificate. I've configured the step (see code below) to retrieve the pem file from the specified bucket, but when I run cdk synth, the certificate is not listed in the CloudFormation template in the cdk.out folder and therefore the CodeBuild project is not configured with the proper certificate settings.
Here is a snippet from my Pipeline Stack. I've essentially followed the online workshop and have tried to pivot from a ShellStep to a CodeBuildStep per the documenation with no success. The EnvironmentVariables property in the BuildEnvironment is properly configured in the CloudFormation template. I'm working in a .NET 6 project and I'm running the latest version of the cdk.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In our organization, we require the use of a private certificate bundle when making calls through our proxy for external resources. My various CodeBuild steps (synth, update pipeline, etc) need to utilize this certificate. I've configured the step (see code below) to retrieve the pem file from the specified bucket, but when I run
cdk synth
, the certificate is not listed in the CloudFormation template in thecdk.out
folder and therefore the CodeBuild project is not configured with the proper certificate settings.Here is a snippet from my Pipeline Stack. I've essentially followed the online workshop and have tried to pivot from a
ShellStep
to aCodeBuildStep
per the documenation with no success. TheEnvironmentVariables
property in theBuildEnvironment
is properly configured in the CloudFormation template. I'm working in a .NET 6 project and I'm running the latest version of the cdk.Beta Was this translation helpful? Give feedback.
All reactions