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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Looking at the source for
iam.OpenIdConnectProvider
, it appears to be using a custom resource to create these:https://github.com/aws/aws-cdk/blob/v2.66.0/packages/@aws-cdk/aws-iam/lib/oidc-provider.ts#L104
However, CloudFormation supports an
AWS::IAM::OIDCProvider
. Any reason why the CDK does not use the native cfn type?https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-oidcprovider.html
Beta Was this translation helpful? Give feedback.
All reactions