Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #168 from pjgg/fix/security-keycloak-authz
Browse files Browse the repository at this point in the history
Security authZ patch.
  • Loading branch information
mjurc authored Jan 26, 2021
2 parents 614214b + cafe88b commit 06ddb14
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ quarkus.oidc.credentials.secret=test-application-client-secret
quarkus.oidc.token.lifespan-grace=60

quarkus.keycloak.policy-enforcer.enable=true
quarkus.keycloak.policy-enforcer.paths.health.path=/health/*
# QUARKUS-720: workaround, move on from health.path=/health/* to health.path=/q/health/*
quarkus.keycloak.policy-enforcer.paths.health.path=/q/health/*
quarkus.keycloak.policy-enforcer.paths.health.enforcement-mode=DISABLED

quarkus.openshift.expose=true
Expand Down

0 comments on commit 06ddb14

Please sign in to comment.