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
When using http-issuer in CertManager, since 426 is not a redirect status (and we want to use that)
Kong will respond 426 status, But We want to make it to accept http too on separately created ingress, also problem will not appear while using gateway
Expected Behavior
Since our newly created ingress is more specific
konghq.com/protocols: http
Should work
Also tried
konghq.com/regex-priority: "0"
Steps To Reproduce
1. In K8s with Kong, Install CertManager
2. Create a CertManager issuer
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: http-issuer
spec:
acme:
privateKeySecretRef:
name: http-issuer-account-key
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
class: kong
ingressTemplate:
metadata:
annotations:
konghq.com/protocols: http
konghq.com/regex-priority: "0"
Is there an existing issue for this?
Current Behavior
When using
http-issuer
in CertManager, since426
is not a redirect status (and we want to use that)Kong will respond 426 status, But We want to make it to accept
http
too on separately created ingress, also problem will not appear while using gatewayExpected Behavior
Since our newly created ingress is more specific
Should work
Also tried
Steps To Reproduce
Kong Ingress Controller version
Kubernetes version
Anything else?
No response
The text was updated successfully, but these errors were encountered: