basic auth for traefik dashboard #1116
-
Hi, i am pretty new to the whole k8s thing and found this repo through google (thank you for the awesome tool) However, there is one thing that i just cant get to work, which is basic auth for the traefik dashboard. i am googling, reading and working on this for days now, but i just cant come up with a solution. being a total newbie all kubernetes related doesnt help here either. i have the following definitions:
traefik is set up in the namespace without the user / pass are base64 encoded test / test. i have that verified directly via checking the secret. however, the error i get is:
and the result is, that it doesnt accept test / test as user / pass. can someone please check and help me out? thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
after days now i decided to ask chat gpt. it told me that the encoded string is wrong and needed a double so, it needed to be letting this in here for future reference |
Beta Was this translation helpful? Give feedback.
after days now i decided to ask chat gpt. it told me that the encoded string is wrong and needed a double
=
as a terminator.so, it needed to be
dGVzdA==
🤦letting this in here for future reference