Ive added basic-auth annotation to nginx ingress to require login password. It worked well, but every time i change a page it keep requesting the password. I can click cancel and it let me continue, but it is rather annoying. Here is the full ingress: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: nginx.ingress.kubernetes.io/auth-realm: Authentication Requireby bialek - How to...