Skip to content
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

Unable to login after upgrade to 1.3.3 #199

Closed
dmwb opened this issue May 19, 2016 · 4 comments
Closed

Unable to login after upgrade to 1.3.3 #199

dmwb opened this issue May 19, 2016 · 4 comments

Comments

@dmwb
Copy link

dmwb commented May 19, 2016

I'm have basic security for my spring boot application and it was working fine with Spring Boot Admin 1.3.2. After upgrade to 1.3.3 version I kept seen authentication popup when try to access admin page and I couldn't get to the front page. It seems like every request SBA made to my application is not passing basic authentication credentials..

security.basic.enabled=true
security.basic.path=/**
security.user.name=foo
security.user.password=bar

Please advise.

@dmwb
Copy link
Author

dmwb commented May 19, 2016

It might be that configprops and logfile are not passing authentication headers ?...

image

@dmwb
Copy link
Author

dmwb commented May 19, 2016

it could be related after this fix #165 was introduced in 1.3.3 release.

@WillBDaniels
Copy link

Confirmed, just reproduced this issue, and verified that it is not present in 1.3.2, but is in 1.3.3. same scenario as @dmwb

@joshiste
Copy link
Collaborator

joshiste commented May 20, 2016

duplicate of #192
Please see #192 for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants