Skip to content
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

aws-credentials must be created in cert-manager namespace #141

Open
leathersole opened this issue Oct 22, 2024 · 0 comments
Open

aws-credentials must be created in cert-manager namespace #141

leathersole opened this issue Oct 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@leathersole
Copy link

https://docs.kuadrant.io/0.11.0/kuadrant-operator/doc/user-guides/secure-protect-connect-single-multi-cluster/#step-3-add-a-tls-issuer

Before creating ClusterIssuer, aws-credentials Secret must be created in cert-manager namespace.

kubectl -n cert-manager create secret generic aws-credentials \
  --type=kuadrant.io/aws \
  --from-literal=AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
  --from-literal=AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY

This requirement is documented here: https://cert-manager.io/docs/configuration/acme/dns01/route53/#iam-user-with-long-term-access-key

@jasonmadigan jasonmadigan added the bug Something isn't working label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants