Hello,
I am working on trying to get HTTP Header authentication working and as a part of that I need to adjust the default filter chain to use the new proxy authentication filter I set up using the tutorial in the docs here: Configuring HTTP Header Proxy Authentication — GeoServer 2.26.x User Manual
Currently, my problem is that none of the changes I make to any of the filter chains seems to stick. When I click on the “default” filter chain, it shows that the proxy authentication filter is in the left box. I move it over to the right box and move the basic filter to the left box, and then click “Close”. Currently there is no “save” button only “Close” or “Cancel”.
After closing the page if I click on the “default” filter chain again, it still shows my edit. However if I go to a different geoserver page (eg. the server status page) and then go back to the authentication page and click the “default” filter chain, my previous edits are gone.
I can even try creating new filter chain entries, and they will show on the list until the authentication page is reloaded, at which point all my edits are gone.
Here is a screen recording showing this happening: geoserver-issue.mp4 - Google Drive
I’m currently running 2.26.2
Not sure how to start chasing this down, and any advice would be appreciated.