-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix proxy_base_url #16
Comments
Changing the value to
it enables successful login.
After upgrading the helm deployment, it functions correctly. |
Hi @david7378 For the PBU to work with headers we need to have a sample datadir in geoserver with that checkbox checked |
Hi @randomorder |
Problem is that the Chart spin up a geoserver or geoserver cluster with a default datadir. In the default datadir the checkbox to use headers for PBU is not checked so the dynamic PBU cannot really work. In my opinion we should add a flag to enable/disable the proxy base URL in the values file similarly to what we are doing with the CSRF here . The flag should be disabled by default. |
What do you think @camuffo ? |
I think this is useful in the case we want to use the PBU in the data_dir. Here we are trying to achieve a deploy that uses headers in the PBU and at the same time doesn't require intervention in the GS UI. So we can:
|
The Geoserver chart comes with the value
but it does not work when attempting to log in to Geoserver.
Image after trying login attempt
The text was updated successfully, but these errors were encountered: