cert-manager / website

Source code for the cert-manager.io website, including project documentation
https://cert-manager.io
Apache License 2.0
53 stars 333 forks source link

Resolve #5557 error instantiating route53 challenge solver #1466

Closed vettom closed 2 months ago

vettom commented 5 months ago

Problem : https://github.com/cert-manager/cert-manager/issues/5557 Version validated on : v1.14.4 Fix: Incorrect value in Cluster Issuer section and missing IAM permission.

When using Route53 authentication, IAM RSA account is created and Cert-manager configured with respective ServiceAccount. Once this is done, there is no need to specify role: when creating ClusterIssuer as mentioned in the documentation. Adding Role will result in Access error.

"route53:GetChange" policy is required for Certmanager. Updated policy document with necessary permissions.

cert-manager-prow[bot] commented 5 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign maelvls for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/cert-manager/website/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
netlify[bot] commented 5 months ago

Deploy Preview for cert-manager-website ready!

Name Link
Latest commit eed467cdf424aafbc7a1d3b2dd5e7c4f86fb997e
Latest deploy log https://app.netlify.com/sites/cert-manager-website/deploys/662a82c9e39655000832c254
Deploy Preview https://deploy-preview-1466--cert-manager-website.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

cert-manager-prow[bot] commented 5 months ago

Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits.

:memo: Please follow instructions in the contributing guide to update your commits with the DCO

Full details of the Developer Certificate of Origin can be found at developercertificate.org.

The list of commits missing DCO signoff:

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).