Skip to content

Commit

Permalink
Merge pull request #85 from com-pas/dependabot/maven/quarkus.platform…
Browse files Browse the repository at this point in the history
….version-2.8.2.Final

Bump quarkus.platform.version from 2.8.1.Final to 2.8.2.Final
  • Loading branch information
Dennis Labordus authored Apr 28, 2022
2 parents ad4e181 + b42fa5a commit b634724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ smallrye.jwt.path.groups = ${JWT_GROUPS_PATH:resource_access/scl-auto-al
quarkus.http.auth.permission.deny-default.paths=/*
quarkus.http.auth.permission.deny-default.policy=deny

quarkus.http.auth.permission.allow-quarkus-services.paths=/q/health/live,/q/health/ready,/q/openapi
quarkus.http.auth.permission.allow-quarkus-services.paths=/compas-scl-auto-alignment/q/health/live,/compas-scl-auto-alignment/q/health/ready,/compas-scl-auto-alignment/q/openapi
quarkus.http.auth.permission.allow-quarkus-services.policy=permit

%dev.quarkus.http.auth.permission.develop-quarkus-services.paths=/q/swagger-ui/*,/index.html
%dev.quarkus.http.auth.permission.develop-quarkus-services.paths=/compas-scl-auto-alignment/q/swagger-ui/*,/compas-scl-auto-alignment/index.html
%dev.quarkus.http.auth.permission.develop-quarkus-services.policy=permit

quarkus.http.auth.permission.common.paths=/auto/alignment/v1/*
quarkus.http.auth.permission.common.paths=/compas-scl-auto-alignment/auto/alignment/v1/*
quarkus.http.auth.permission.common.policy=authenticated
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0

<compas.core.version>0.8.0</compas.core.version>

<quarkus.platform.version>2.8.1.Final</quarkus.platform.version>
<quarkus.platform.version>2.8.2.Final</quarkus.platform.version>
<slf4j.version>1.7.36</slf4j.version>
<powsybl.sld.version>2.9.1</powsybl.sld.version>
<gson.version>2.9.0</gson.version>
Expand Down

0 comments on commit b634724

Please sign in to comment.