Replies: 1 comment
-
/cc @sberyozkin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
quarkus.oauth2.enabled or disable:authorization doesn't seem to work
i receive the below error.
java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: javax.enterprise.inject.spi.DeploymentException: Found 4 deployment problems:
[1] Ambiguous dependencies for type io.quarkus.security.spi.runtime.AuthorizationController and qualifiers [@default]
- java member: io.quarkus.vertx.http.runtime.security.HttpAuthorizer():controller
- declared on CLASS bean [types=[io.quarkus.vertx.http.runtime.security.HttpAuthorizer, java.lang.Object], qualifiers[@default, @Any], target=io.quarkus.vertx.http.runtime.security.HttpAuthorizer]
- available beans:
- CLASS bean [types=[io.quarkus.security.spi.runtime.AuthorizationController, com.aligntech.cs.treatcanaryapi.security.DisabledAuthController, java.lang.Object], qualifiers=[@default, @Any], target=com.aligntech.cs.treatcanaryapi.security.DisabledAuthController]
- CLASS bean [types=[io.quarkus.test.security.TestAuthController, io.quarkus.security.spi.runtime.AuthorizationController, java.lang.Object], qualifiers=[@default, @Any], target=io.quarkus.test.security.TestAuthController]
- CLASS bean [types=[io.quarkus.security.spi.runtime.AuthorizationController, java.lang.Object], qualifiers=[@default, @Any], target=io.quarkus.security.spi.runtime.AuthorizationController]
Beta Was this translation helpful? Give feedback.
All reactions