Skip to content

Commit

Permalink
Update ACL to 2.1.0
Browse files Browse the repository at this point in the history
Fixes swagger-ui behind reverse proxy and exposes
it under the gateway's `${geoserver.base-path}/acl` route
instead of `/acl`.
  • Loading branch information
groldan committed Mar 28, 2024
1 parent 81aaa5b commit 4a417cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker-compose default environment variable values
COMPOSE_PROJECT_NAME=gscloud_dev
TAG=1.7-SNAPSHOT
ACL_TAG=2.0.1
ACL_TAG=2.1.0
GS_USER="1000:1000"

BASE_PATH=/geoserver/cloud
Expand Down
2 changes: 1 addition & 1 deletion config
Submodule config updated 1 files
+2 −8 gateway-service.yml
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<gs.version>2.25.0-CLOUD</gs.version>
<gs.community.version>2.25.0-CLOUD</gs.community.version>
<gt.version>31.0</gt.version>
<acl.version>2.0.1</acl.version>
<acl.version>2.1.0</acl.version>
<!-- Downgrade netty.version used by spring-boot to the one used by geoserver azure client
(software.amazon.awssdk:netty-nio-client:jar:2.9.24) for COG and GWC Azure plugin -->
<netty.version>4.1.41.Final</netty.version>
Expand Down

0 comments on commit 4a417cb

Please sign in to comment.