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

Commit

Permalink
Security authZ patch.
Browse files Browse the repository at this point in the history
- quarkus.keycloak.policy-enforcer.paths.health.path must include "/q" path.
example:
quarkus.keycloak.policy-enforcer.paths.health.path=/q/health/*
  • Loading branch information
pablo gonzalez granados committed Jan 26, 2021
1 parent 7df3400 commit cafe88b
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 cafe88b

Please sign in to comment.