CDK CLI: No documentation for SSO credential support #21314
Labels
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p1
package/tools
Related to AWS CDK Tools or CLI
Describe the issue
Since AWS SSO credential support has been merged in issue #19454
There is no documentation in any of the docs explaining how this should work.
We have multiple different options with no explanation on what takes precedence, how it should be debugged etc.
For example do you use
$AWS_PROFILE
,$CDK_DEFAULT_PROFILE
or the--profile
feature flag? Which takes precedence over the other?This should be clearly documented and kept up to date as this is something that is really difficult to search for due to the long history of lacking SSO support + the various workaround solutions dominating any type of search result.
Links
CDK v2 getting started guide explicitly states that SSO is not supported:
https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html
AWS CDK does not natively support Single Sign-On (SSO). To use SSO with the CDK, use a tool such as yawsso.
Other getting started guides such as
https://aws.amazon.com/getting-started/guides/setup-environment/module-three/
And the Workshop:
https://cdkworkshop.com/15-prerequisites/200-account.html
The text was updated successfully, but these errors were encountered: