Description
Hello,
I want to do SSL client certificate authentication at pod level when using nginx ingress controller as a default backend. I referred the document (https://github.com/kubernetes/ingress-nginx/blob/main/docs/examples/auth/client-certs/ingress.yaml) and still not able to get pop up to insert my certificate.
At logs level i got certificate required and error code as 404 found. Please suggest to proceed beyond this.
Sharing my nginx ingress yaml file as:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: env-ingress
namespace: ns
annotations:
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/ssl-passthrough: 'true'
spec:
defaultBackend:
service:
name: svc-name
port:
number: 9443
ingressClassName: nginx
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status