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
I am using the below annotations to enable basic authentication on gke ingress for getting into one of the application workload but its not working as its not asking for credentials when I hit the ingress IPAddress.
I even enabled the tls termination for this. Let me know how authentication works for ingress in GKE.
I am using the below annotations to enable basic authentication on gke ingress for getting into one of the application workload but its not working as its not asking for credentials when I hit the ingress IPAddress.
I even enabled the tls termination for this. Let me know how authentication works for ingress in GKE.
annotations:
kubernetes.io/ingress.class: gce
ingress.kubernetes.io/auth-type: basic
ingress.kubernetes.io/auth-secret: secret
ingress.kubernetes.io/auth-realm: "Authentication Required"
The text was updated successfully, but these errors were encountered: