-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(aws-iam): IAM endpoint incorrect in us-iso-west-1 #26209
Comments
You could use an aspect or escape hatches to add a Lambda layer with the latest SDK to the generated Lambda Function, currently this Function we generate is using the default SDK version which is behind the version which fixes this. |
I'd like to avoid that type of workaround if a fix here is reasonable in the short term. We (EKS) have some lower priority items blocked on this. |
I should be able to let you know within a few days if this will be on our near term roadmap |
@peterwoodworth I've run into another issue related to the SDK version used in the CFN custom resource handler function. Looks like the Lambda runtime provides Can you elaborate a bit more on this? Can you point me at an example?
|
Hi @cartermckinnon It has been a while since this issue was created. Just want to check if this issue still exists? |
We had to stop using OIDC provider constructs in this region. If the SDK hasn't been updated in the CFN resource handler, then this should still be a problem. |
Thanks for confirming that. Right now I'm unable to reproduce this error. Closing this issue for now. If anyone finds this issue occurs again, feel free to re-open it. |
Comments on closed issues and PRs are hard for our team to see. |
Describe the bug
When using the
OpenIdConnectProvider
fromaws-iam
package inus-iso-west-1
, the IAM client used by the CFN custom resource renders the wrong endpoint.Expected Behavior
Should be able to use
iam.OpenIdConnectProvider
inus-iso-west-1
.Current Behavior
The endpoint should use
us-iso-east-1
instead.Reproduction Steps
Use
iam.OpenIdConnectProvider
inus-iso-west-1
.Possible Solution
The AWS SDK was updated in
2.1380.0
to fix this: aws/aws-sdk-js#4422Can I do anything to fix this in my own CDK package, or does the SDK have to updated here?
Additional Information/Context
No response
CDK CLI Version
2.84.0
Framework Version
2.84.0
Node.js Version
18.x
OS
Amazon Linux 2
Language
Typescript
Language Version
4.0.5
Other information
No response
The text was updated successfully, but these errors were encountered: