-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JWT-security has errors when used with opentracing extension. #369
Comments
Version 1.0.0.CR1 |
@sean-scott-lr @cescoffier |
You can still add quarkus-undertow as a dependency, and deploy your servlets. |
@cescoffier thanks, but here we have a JAX-RS app. Should the fix be about removing this dependency ? Otherwise I guess it has to be excluded in this case in the demo ? |
I will try to exclude |
Going to open a quarkus issue |
@sberyozkin Correct, I am not trying to use servlets or undertow. ( I have not added quarkus-undertow as a dependency) I am just using JAX-RS. |
@sean-scott-lr can you please exclude
But the build itself passes when I remove this dependency in Quarkus master |
I tried changing the dependency in my pom.xml to
Still see this in the logs.
Edit: |
Opened quarkusio/quarkus#5419 |
http://localhost:8080/secured/roles-allowed
with no Authorization Header ( or with a bogus value for the Bearer token )The text was updated successfully, but these errors were encountered: