-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Mention need for config edit for root/masterpw login #7449
Mention need for config edit for root/masterpw login #7449
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The user interface setting is Allow "root" user to login as Admin when editing the default Master Password Provider.
src/main/src/main/java/org/geoserver/security/GeoServerSecurityManager.java
Outdated
Show resolved
Hide resolved
src/main/src/main/java/org/geoserver/security/GeoServerSecurityManager.java
Outdated
Show resolved
Hide resolved
This PR was merged with failing QA, now the main branch is tainted and all PRs will fail QA as well. @jodygarnett there is no need to merge every single outstanding PR when doing a release, especially not one that fails some of the github actions check. I'll close the backport and manually fix main.... |
Btw, is there a Jira ticket for this? Or think change won't show up in release notes/announcements. |
Nope, all I got from atlassian.net was a loop of Sign In -> Spinning Icon -> Sign In. I'm sorry but I cannot invest time with troubleshooting yet another account on yet another proprietary website. :\ |
I tried to log in to a misconfigured GeoServer as
root
with the masterpw and was horrified when it did not work. Only via Google I found out that one needs to explicitely enable this special login: https://docs.geoserver.org/2.24.x/en/user/security/passwd.html#keystore-passwordThis PR simply adds another line to the
masterpw.info
file so that there is a better chance for discovery. :)Checklist
main
branch (backports managed later; ignore for branch specific issues).For core and extension modules:
[GEOS-XYZWV] Title of the Jira ticket
.