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
I'm trying to use SecurityIdentity with Quarkus Camel, but can't get it working. Always getting an exception ContextNotActiveException when I call SecurityIdentity. Could you please help me how to solve it?
This does indeed seem to be broken for platform-http. Even when forcefully activating the request context with @ActivateRequestContext, the SecurityIdentity details are empty.
As a workaround you can try using camel-quarkus-servlet. SecurityIdentity should then work correctly.
Hi guys,
I'm trying to use SecurityIdentity with Quarkus Camel, but can't get it working. Always getting an exception ContextNotActiveException when I call SecurityIdentity. Could you please help me how to solve it?
application.properties:
Route:
Processor:
The text was updated successfully, but these errors were encountered: