-
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
Outdated IAM policy for cert-manager in wellKnownPolicies #8248
Comments
@LEEDOWON96 do you want to file a PR? |
Thank you for the quick response. Could you guide me through the steps to file a PR for this issue? |
Additionally, similar to the cert-manager policy update we're discussing, I noticed that the wellKnownPolicy for aws-load-balancer-controller also needs to be updated to match the latest recommended policy. The current latest version of aws-load-balancer-controller is v2.11.0, and its policy has been updated accordingly. Recent releases have added permissions such as Would it be appropriate to include this update in the same PR or should I propose it as a separate PR?🤔 |
separate PRs for each policy will be easier to work with (if we need to tweak/revert). |
The current IAM policy applied by the wellKnownPolicies.certManager option in eksctl does not match the latest recommended policy for cert-manager.
Current Policy
Latest Recommended Policy
Reproduction Steps
Expected Behavior
The IAM policy created by eksctl should match the latest recommended policy for cert-manager.
Actual Behavior
The created IAM policy does not match the latest recommended policy.
Additional Context
The latest recommended policy can be found in the cert-manager documentation: https://cert-manager.io/docs/configuration/acme/dns01/route53/
Proposed Solution
Update the wellKnownPolicies.certManager implementation in eksctl to use the latest recommended policy for cert-manager: https://github.com/eksctl-io/eksctl/blob/main/pkg/cfn/builder/statement.go#L261
The text was updated successfully, but these errors were encountered: