-
Notifications
You must be signed in to change notification settings - Fork 1.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
feat: Update gitops multi-cluster pattern to use the new eks pod identity and CAM #1918
feat: Update gitops multi-cluster pattern to use the new eks pod identity and CAM #1918
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @satishbpatil for your first contributions 🎉
Just a couple minor changes requested 🙏
…dded variable for authentication_mode, updated version number for EKS modules to x.y
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes look good, but missed one update
On this line https://github.com/satishbpatil/terraform-aws-eks-blueprints/blob/update/gitops-podidentity/issue1916/patterns/gitops/multi-cluster-hub-spoke-argocd/spokes/main.tf#L258
Update to use the local variable
authentication_mode = local.authentication_mode
Thank you @satishbpatil I tested the pattern and is working |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Description
Moves from IRSA and pod identity
Motivation and Context
How was this change tested?
Created hub and spoke to validate pod identity. Hub can connect to spoke. Hub was able to install load balancer and metrics server on the spoke
pre-commit run -a
with this PRAdditional Notes