Skip to content

Commit

Permalink
add oidc provider
Browse files Browse the repository at this point in the history
  • Loading branch information
regmicmahesh committed Jul 2, 2024
1 parent 79a2c37 commit da094ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions EKS/with-managed-node-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ Resources:
RoleArn: !GetAtt EKSClusterRole.Arn
Version: !Ref ClusterVersion

OidcProvider:
Type: AWS::IAM::OIDCProvider
Properties:
ClientIdList:
- "sts.amazonaws.com"
ThumbprintList: # Required
- "9e99a48a9960b14926bb7f3b02e22da2b0ab7280"
Url: !GetAtt ControlPlane.OpenIdConnectIssuerUrl
ManagedNodeGroup:
Type: AWS::EKS::Nodegroup
Properties:
Expand Down

0 comments on commit da094ac

Please sign in to comment.