-
Notifications
You must be signed in to change notification settings - Fork 4k
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
codebuild: CDK_DEFAULT_ACCOUNT is not set #15122
Comments
Hi @erudisch, can you specify what command are you running on the CodeBuild job? Thanks, |
Hey @erudisch, can you please specify which command you're running on your CodeBuild job? Thanks. |
Please reopen, I see the same problem: running
but no CDK_DEFAULT_ACCOUNT. I'm using CDK/CLI 2.31.1 |
can use CODEBUILD_BUILD_ARN=arn:aws:codebuild:us-east-1::build/....... as workaround |
Somehow the env var
CDK_DEFAULT_ACCOUNT
is not set. We are using a https proxy and prefix the install command of our synth action withHTTPS_PROXY=<proxy_url>
.We also didn't find a solution here
The
.aws
folder is missing as well.Sadly there is nothing more to say...
Reproduction Steps
Maybe setting up a proxy like we did leads to the same problem.
What did you expect to happen?
That the env var CDK_DEFAULT_ACCOUNT is set.
What actually happened?
CDK_DEFAULT_ACCOUNT is not set.
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: