-
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
(integration tests): how to set environment? #17853
Comments
How is your environment configured? Do you have a As the linked documentation states, we typically just run |
Hi, I am using ~/.aws/config and ~/.aws/credentials, nothing else. The credentials work with cdk, but the problem isn't missing credentials, it's that cdk does not know the account and region I want to use... |
Hey @markussiebert, Check out #1656, that thread contains some helpful information for various CLI authentication issues. In particular, this comment mentions integration tests #1656 (comment), and the next comment is a followup with the solution. Maybe you've run into the same issue? |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
link to reference doc page
https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md#integration-tests
Describe your issue?
If I run integration tests, i get the following error:
I know how to set the account / region and so on for my app deployments, but don't know how to do this for integration tests if I want to run them on my machine in my aws account with access key id / and secret access key...
The text was updated successfully, but these errors were encountered: