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
if one tries to inject AuthorizationModelsClient, following error occurs oin startup:
Caused by: jakarta.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type io.quarkiverse.openfga.client.AuthorizationModelsClient and qualifiers [@Default]
- injection target: io.gec.smom.permission.control.FGAUtility#authorizationModelsClient
- declared on CLASS bean [types=[io.gec.smom.permission.control.FGAUtility, java.lang.Object], qualifiers=[@Default, @Any], target=io.gec.smom.permission.control.FGAUtility]
at io.quarkus.arc.processor.Beans.resolveInjectionPoint(Beans.java:545)
at io.quarkus.arc.processor.BeanInfo.init(BeanInfo.java:667)
at io.quarkus.arc.processor.BeanDeployment.init(BeanDeployment.java:323)
As far as i can see the problem is that in OpenFGARecorder a RuntimeValue-provider-method for AuthorizationModelsClient is missing...
The text was updated successfully, but these errors were encountered:
if one tries to inject AuthorizationModelsClient, following error occurs oin startup:
As far as i can see the problem is that in OpenFGARecorder a RuntimeValue-provider-method for AuthorizationModelsClient is missing...
The text was updated successfully, but these errors were encountered: