Does SecurityIdentityAssociation
have to be @RequestScoped
?
#28742
-
My background is that we are doing processing using a scheduled method (using Further, we are also processing incoming Kafka messages, where we sometimes want to set a Quarkus security identity. Currently, this requires that the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
/cc @sberyozkin |
Beta Was this translation helpful? Give feedback.
-
The thing is that SecuriryIdentity represents the current user credentials in the current HTTP request. I'm not sure changing these semantics to make them available in the duplicated contexts during the request which will happen at some time later is a good idea right now... It is not even the same user interaction |
Beta Was this translation helpful? Give feedback.
The thing is that SecuriryIdentity represents the current user credentials in the current HTTP request. I'm not sure changing these semantics to make them available in the duplicated contexts during the request which will happen at some time later is a good idea right now... It is not even the same user interaction