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
With the latest version 2.167.0 I have encountered the issue mentioned in the title. I have been setting the ENV Variables in a pipeline and so far everything has been running smoothly. Since 2.167.0 this doesnt seem to work anymore even though the CredentialsChain suggests to still work in the same way, that it should prioritize fromEnv() if not profile is configured.
Regression Issue
Select this option if this issue appears to be a regression.
Last Known Working CDK Version
2.166.0
Expected Behavior
Correctly authenticated to complete actions with AWS Account.
Current Behavior
Not authentication identified, no credentials found.
Reproduction Steps
GitLab CI Pipeline with ENV Variables.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.167.0
Framework Version
No response
Node.js Version
18.16.1
OS
alpine
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
@topankefal05 Your issue appears to be similar to #32120. That issue is being worked upon by CDK team. Hence, please review and advise if it's fine to close this as duplicate.
@ashishdhingra After having a look on the other issue it seems to be a duplicate indeed, I will check again if it's resolved with a new version, currently rolling back to 2.166.0 is working.
Describe the bug
With the latest version 2.167.0 I have encountered the issue mentioned in the title. I have been setting the ENV Variables in a pipeline and so far everything has been running smoothly. Since 2.167.0 this doesnt seem to work anymore even though the CredentialsChain suggests to still work in the same way, that it should prioritize
fromEnv()
if not profile is configured.Regression Issue
Last Known Working CDK Version
2.166.0
Expected Behavior
Correctly authenticated to complete actions with AWS Account.
Current Behavior
Not authentication identified, no credentials found.
Reproduction Steps
GitLab CI Pipeline with ENV Variables.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.167.0
Framework Version
No response
Node.js Version
18.16.1
OS
alpine
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: