Describe the expected outcome
The cert-manager.io/cluster-issuer annotation for Ingress should be allowed to point to a AWSPCAClusterIssuer.
Describe the actual outcome
To refer to a AWSPCAClusterIssuer, cert-manager only recognizes cert-manager.io/issuer and not cert-manager.io/cluster-issuer.
This is counter-intuitive given that cluster-issuer is supposed to point to a non-namespaced resource.
https://cert-manager.io/docs/usage/ingress/#supported-annotations
Steps to reproduce
- Deploy cert-manager and aws-privateca-issuer using Helm
- Create a
AWSPCAClusterIssuer
- Create a test app with an
Ingress and annotate it with cert-manager.io/cluster-issuer
The result is that nothing happens at all - the annotation is effectively ignored.
Relevant log output
No response
Version
1.2.4
Have you tried the following?
Category
Other
Severity
Severity 3
Describe the expected outcome
The
cert-manager.io/cluster-issuerannotation forIngressshould be allowed to point to aAWSPCAClusterIssuer.Describe the actual outcome
To refer to a
AWSPCAClusterIssuer, cert-manager only recognizescert-manager.io/issuerand notcert-manager.io/cluster-issuer.This is counter-intuitive given that
cluster-issueris supposed to point to a non-namespaced resource.https://cert-manager.io/docs/usage/ingress/#supported-annotations
Steps to reproduce
AWSPCAClusterIssuerIngressand annotate it withcert-manager.io/cluster-issuerThe result is that nothing happens at all - the annotation is effectively ignored.
Relevant log output
No response
Version
1.2.4
Have you tried the following?
Category
Other
Severity
Severity 3