karaf icon indicating copy to clipboard operation
karaf copied to clipboard

[KARAF-7805] Add JAAS Subject to SSH shell session

Open mattrpav opened this issue 8 months ago • 0 comments

This is needed ahead of JDK 21+ support which removes some parts of JAAS that use thread-local.

Eventually, this will be used to replace all the getCurrentUser() operations, and/or allow injection directly using @Reference Subject subject;

mattrpav avatar May 08 '25 15:05 mattrpav