Skip to content

Commit

Permalink
fix: mp.jwt.verify.publickey.location can be set completely by an env…
Browse files Browse the repository at this point in the history
…. var. (#100)
  • Loading branch information
antoniotarricone authored Jun 4, 2024
1 parent 8488f8e commit 56b5b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ quarkus.otel.azure.applicationinsights.connection.string=InstrumentationKey=dumm
# Location to retrieve public keys to verify access token when /token_info
# resource is invoked.
# ------------------------------------------------------------------------------
%dev.mp.jwt.verify.publickey.location=/.well-known/jwks.json
%prod.mp.jwt.verify.publickey.location=${auth.base-url}/.well-known/jwks.json
%dev.mp.jwt.verify.publickey.location=http://dummy
%prod.mp.jwt.verify.publickey.location=${jwt-publickey-location}

0 comments on commit 56b5b13

Please sign in to comment.