You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm trying to create a CA for cert-manager by using AWS KMS key. I have followed the guide but when creating the KMIssuer i have this erro on the controller manager:
apiVersion: cert-manager.skyscanner.net/v1alpha1kind: KMSIssuermetadata:
name: kms-issuernamespace: defaultspec:
keyId: XXXXXXXXXX # The KMS key id or aliascommonName: LabCa # The common name for the root certificateduration: 87600h# 10 years`
Could you help me to solve the issue, please?
Thanks
Cristian
The text was updated successfully, but these errors were encountered:
It could be that you do not have the AWS_REGION environment variable set on your kms-issuer controller pod.
We have recently updated to aws-sdk-go-v2 and created a helm chart. We will be cutting a release in the next few days. Once we have that perhaps you could try with this version and let us know if you are still having issues?
I solved with this
kubectl patch deployment kms-issuer -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","env":[{"name":"AWS_REGION","value":"eu-west-1"}]}]}}}}'
Hi,
i'm trying to create a CA for cert-manager by using AWS KMS key. I have followed the guide but when creating the KMIssuer i have this erro on the controller manager:
My yaml file is:
Could you help me to solve the issue, please?
Thanks
Cristian
The text was updated successfully, but these errors were encountered: