Skip to content

Commit

Permalink
Prevent event loop thread blocking during key resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone committed Jun 4, 2024
1 parent 2469bc1 commit 4c89e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@ quarkus.otel.azure.applicationinsights.connection.string=InstrumentationKey=dumm
# Location to retrieve public keys to verify access token when /token_info
# resource is invoked.
# ------------------------------------------------------------------------------
quarkus.smallrye-jwt.blocking-authentication=true
%dev.mp.jwt.verify.publickey.location=http://dummy
%prod.mp.jwt.verify.publickey.location=${jwt-publickey-location}

0 comments on commit 4c89e54

Please sign in to comment.