Trouble with enabling basic auth for Linkerd dashboard with nginx ingress #6163
-
Error: Hi! This is the kubernetes secret I am using:
This is the ingress file I am using:
Error: Nginx Ingress-Controller Logs
Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
hi @NikhilChandraReddy, I'd check the logs of the nginx ingress controller to see if there are any error messages there. From the info that you provided, it's not clear whether the request is making it to the linkerd The other thing that I can think of is to do a sanity check on the credentials you defined in the |
Beta Was this translation helpful? Give feedback.
hi @NikhilChandraReddy, I'd check the logs of the nginx ingress controller to see if there are any error messages there.
From the info that you provided, it's not clear whether the request is making it to the linkerd
web
service. In fact, you can check the logs for theweb
pod to see if there is any additional info there.The other thing that I can think of is to do a sanity check on the credentials you defined in the
web-ingress-auth
secret. I've seen the behavior that you describe with just plain nginx basic auth was due to invalid credentials.