-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Following the Using JWT RBAC guide section "finally-secured-access-to-securedroles-allowed" the expected curl result is hello + [email protected], isSecure: false, authScheme: MP-JWT, hasJWT: true
but the outcome differs.
Also this warning is reported: WARN: Unrecognized configuration key "quarkus.smallrye-jwt.auth-mechanism" provided
Expected behavior
Expected authScheme: MP-JWT
and no WARN report.
Actual behavior
authScheme: BASIC
in resource report and warning about unrecognized configuration key.
To Reproduce
Steps to reproduce the behavior:
- git clone https://github.com/quarkusio/quarkus-quickstarts.git
- run integratest unit test
- test pass but unexpected behavior
Configuration
The one provided in quickstart
Environment (please complete the following information):
- Output of
uname -a
orver
:Linux 2018-00002 4.4.0-18362-Microsoft #1-Microsoft Mon Mar 18 12:02:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
- Output of
java -version
:openjdk version "1.8.0_222" OpenJDK Runtime Environment (Zulu 8.40.0.25-CA-linux64) (build 1.8.0_222-b10) OpenJDK 64-Bit Server VM (Zulu 8.40.0.25-CA-linux64) (build 25.222-b10, mixed mode)
- Quarkus version or git rev:
0.24.0
tsfullman