-
Notifications
You must be signed in to change notification settings - Fork 345
Don't send basic auth header #679
Comments
The fix on the problem was even described? |
@vasilievs I think you have an error in the config. The format is Try changing to below: If you notice there is an extra space before Just saw an error in your original post. Its possible even if you fix it, It will still not work due to #455 OR maybe you tried the correct way and posted the wrong config. |
The code here https://github.com/louketo/louketo-proxy/blob/master/utils.go#L214 definitely does not look right to me. It should be looking for the first |
thanks for your answer. Yes, i used correct header, the github markdown corrected my post.
it doesn't work. In base64 encode password i don't select characters (depends on login:pass phrase) |
update |
We are also stuck, in same boat.. any leads would really help.. |
i want to use oauth proxy for kibana authentication.
They are covered by Basic Authentication (i cannot turn it off).
but, I want to pass a header
(in nginx or curl I do this:
proxy_set_header Authorization "Basic bmdpbng6c2VjcmV0cGFzc3dvcmQ =")
and it works.
when trying to specify a custom header in a command block:
I get an error
Environment
Version of everything that it's running in your environment:
docker compose,
docker image :quay.io/louketo/louketo-proxy
The text was updated successfully, but these errors were encountered: