Skip to content

Commit

Permalink
Allow access to health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Dec 29, 2023
1 parent 1fe335d commit 73d1bc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ quarkus:
http:
auth:
permission:
healthcheck:
paths: "/q/health"
policy: permit
authenticated:
paths: "/*"
policy: authenticated
Expand Down

0 comments on commit 73d1bc5

Please sign in to comment.