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
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
(Noticed this was mentioned in #272, but version 0.7.1 doesn't seem to have the offending code. At least as far as I can see it)
I upgraded a functional uchiwa server from a very old version (0.2.4-1) to 0.7.1-1, and I can no longer log into the server. The /login call seems to go fine, but then /get_config and /get_sensu return a 401 saying "no token present in request" and I get kicked back out to login.
My config is...
Upgraded using an RPM. Uchiwa was restarted about 2 dozen times as I was debugging. If I disable simple authentication (user = pass = ""), it works perfectly.
As for browser cache, I definitely cleared it, plus I was running firebug with the "disable caching" enabled. I also tried Chrome (which definitely had nothing cached). Same deal.
Can you try to by-pass your reverse proxy and access directly Uchiwa? Starting from Uchiwa 0.5.0, we changed the authentication method so there's possibly some tweaking to do on the nginx configuration.
Version: 0.7.1 release 1
(Noticed this was mentioned in #272, but version 0.7.1 doesn't seem to have the offending code. At least as far as I can see it)
I upgraded a functional uchiwa server from a very old version (0.2.4-1) to 0.7.1-1, and I can no longer log into the server. The /login call seems to go fine, but then /get_config and /get_sensu return a 401 saying "no token present in request" and I get kicked back out to login.
My config is...
And I have nginx proxying the traffic with the following config
What am I doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: