cli: credential plugins declared in cdk.json
stopped getting used
#33304
Labels
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
package/tools
Related to AWS CDK Tools or CLI
potential-regression
Marking this issue as a potential regression to be checked by team member
Describe the bug
Hello,
I have a setup where I declare a credentials plugin in
cdk.json
e.g.This setup has been working well for me until a recent upgrade of cdk version where I moved from version
2.173.4
to version2.176.0
where I started getting an error of the formNeed to perform AWS calls for account <the account id>, but no credentials have been configured
.Using the
--verbose
option withcdk deploy
, I noticed the following (in2.176.0
)emphasis on
plugin: [ ]
inmerged settings:
.If I instead run
cdk deploy
with-p "my-creds-plugin"
, I getThe text was updated successfully, but these errors were encountered: