Skip to content

Commit

Permalink
Merge pull request quarkus-qe#696 from pjgg/backport_41c12
Browse files Browse the repository at this point in the history
[2.7] Keep PEM files in native mode
  • Loading branch information
michalvavrik authored Jun 8, 2022
2 parents fc66b29 + cea9596 commit 099c4dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/jwt/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ mp.jwt.verify.publickey.location=public-key.pem
mp.jwt.verify.issuer=https://my.auth.server/
smallrye.jwt.expiration.grace=120
quarkus.security.deny-unannotated-members=true
quarkus.native.additional-build-args=-H:IncludeResources=.*\\.pem

0 comments on commit 099c4dd

Please sign in to comment.