-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First login fail with 403 on GET /api/user #193
Comments
Affects 2.0.4 It's interesting that this problem reproduced in my case after enabling HTTP Basic Auth in nginx (works as proxy). Without basic auth it works, without nginx as reverse proxy it works. @matejkramny can you help us, please? |
I'll look into it |
Issue is that the browser sends an |
@matejkramny thank you! Can you explain, how we can fix this problem on our side? |
I've fixed it in code. You can locally patch line 18 of
Going to hopefully release this fix & other improvements later today. |
Thank you! Waiting new release |
progress tracker: https://github.com/ansible-semaphore/semaphore/projects/1 |
Hello,
Environment
I just install semaphore for using it with my ansible on my debian server. The installation is OK. I use mysql 5.7, set the DB and the default user. Everything is OK. As I want to access it using my own domain I setup an Apache reverse proxy mapping semaphore.my.domain.net to 127.0.0.1:3000.
Actual behavior
Then I go to semaphore.my.domain.net and try to connect with either my default user name or my default user email address and my pasword. But it fails to log me in with a 403 on /api/user:
Excpected behavior
I expect to be logged in after validating my user name/password on get redirecting to the dashboard.
Steps to reproduce
The text was updated successfully, but these errors were encountered: