-
Notifications
You must be signed in to change notification settings - Fork 7
Upgrade GeoServer to 2.27.2 to fix vulnerabilities #570
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
Open
tlvu
wants to merge
12
commits into
master
Choose a base branch
from
upgrade-geoserver
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
93507e0
geoserver: update to latest version
tlvu 25be78b
CHANGES: geoserver: upgrade to 2.27.2
tlvu 556f9fe
raven: update documentation about how Raven finds GeoServer so we can…
tlvu f53d15e
geoserver: ogcapi-features-plugin has moved to stable extensions
tlvu 8239410
fix-geoserver-data-dir-perm not required anymore
tlvu ec6d441
raven: ensure back and forward compat to set the GeoServer that Raven…
tlvu a21bad9
geoserver: ensure back-compat way of activating ogcapi-features-plugin
tlvu 0f507f4
CHANGES: mention possible problem with GeoServer upgrade
tlvu 1647afa
Merge remote-tracking branch 'origin/master' into upgrade-geoserver
tlvu 45f59d3
CHANGES: clarify when fix-geoserver-data-dir-perm is required manually
tlvu 6e09fb0
Merge remote-tracking branch 'origin/master' into upgrade-geoserver
tlvu e4becdb
Merge remote-tracking branch 'origin/master' into upgrade-geoserver
tlvu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Maybe make this a parameter for the script, e.g.:
GEOSERVER_DATA_OWNER?If latest birdhouse is used but
GEOSERVER_VERSIONis pinned to an older version, this would break its configuration.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.
@fmigneault
Been testing on our Staging with existing data imported from production and the new GeoServer dynamically set all the permissions properly ! We don't even need this script anymore !
I was going to delete this script, but given your comment, I'll just revert this script to before and avoid calling it in the pre-docker-compose-up. Anyone hardcoding an older version of GeoServer will need to call this script manually. Sounds good for you?
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.
If you're going to do that @tlvu can you please leave a comment at the top of this file that says that it's deprecated and telling the user that it's no longer needed for newer versions of geoserver (and let them know which versions it's fixed for)
That way we'll know that it's no longer needed and why.
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.
Yes will do. I still have a few problems with this new GeoServer and our existing data to sort out. The upgrade did not work seamlessly. Will update this and probably other configs to get the upgrade to work correctly at the same time.
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.
8239410