-
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
iam: SamlConsolePrincipal does not work in aws.amazon.com-regions #24243
Comments
Here is the list of all possible endpoints: https://docs.aws.amazon.com/general/latest/gr/signin-service.html
|
Yes I think you are right. According to the doc, urlsuffix is typically |
Closes #24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Closes #24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes #24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes #24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes #24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes #24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes aws#24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes aws#24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes aws#24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes aws#24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes aws#24243. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the bug
With #24034 the default
SAML:aud
changed fromaws.amazon.com
to"Ref": "AWS::URLSuffix"
which is resolves toamazonaws.com
.Expected Behavior
When not in china, it should resolves to
aws.amazon.com
.Current Behavior
it is
"Ref": "AWS::URLSuffix"
, which resolves toamazonaws.com
.Reproduction Steps
install
2.65.0
create an
iam.SamlConsolePrincipal
Possible Solution
https://github.com/zorrofox/aws-cdk/blob/f8fe1d292feb3fc39a99687bf454a829302c4ff5/packages/%40aws-cdk/aws-iam/lib/principals.ts#L740
Additional Information/Context
No response
CDK CLI Version
2.65.0
Framework Version
No response
Node.js Version
OS
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: