You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| JWT_VERIFY_KEY | smallrye.jwt.verify.key.location | Location of certificates to verify the JWT. |http://localhost:8089/auth/realms/compas/protocol/openid-connect/certs|
38
-
| JWT_VERIFY_ISSUER | mp.jwt.verify.issuer | The issuer of the JWT. |http://localhost:8089/auth/realms/compas|
39
-
| JWT_VERIFY_CLIENT_ID | mp.jwt.verify.audiences | The Client ID that should be in the "aud" claim. | scl-validator |
40
-
| JWT_GROUPS_PATH | smallrye.jwt.path.groups | The JSON Path where to find the roles of the user. | resource_access/scl-validator/roles |
| JWT_VERIFY_KEY | smallrye.jwt.verify.key.location | Location of certificates to verify the JWT. |http://localhost:8089/auth/realms/compas/protocol/openid-connect/certs|
49
+
| JWT_VERIFY_ISSUER | mp.jwt.verify.issuer | The issuer of the JWT. |http://localhost:8089/auth/realms/compas|
50
+
| JWT_VERIFY_CLIENT_ID | mp.jwt.verify.audiences | The Client ID that should be in the "aud" claim. | scl-validator |
51
+
| JWT_GROUPS_PATH | smallrye.jwt.path.groups | The JSON Path where to find the roles of the user. | resource_access/scl-validator/roles |
<quarkus.native.container-build>true</quarkus.native.container-build> <!-- Allows for creating a Linux executable without GraalVM being installed -->
160
-
<quarkus.container-image.build>true</quarkus.container-image.build> <!-- Also make a Docker Image, so the native test will be executed against the container -->
170
+
<!-- Allows for creating a Linux executable without GraalVM being installed -->
0 commit comments