Skip to content

Commit

Permalink
Don't proactively auth to allow internal vaadin requests in
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Sep 13, 2023
1 parent 4aacd3e commit d2e7ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ security:

quarkus:
http:
auth:
proactive: false
cors: true
log:
level: INFO
Expand Down

0 comments on commit d2e7ff2

Please sign in to comment.