SteeltoeOSS / Steeltoe

.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
https://steeltoe.io
Apache License 2.0
999 stars 163 forks source link

Sessions Actuator #1263

Open thompson-tomo opened 6 months ago

thompson-tomo commented 6 months ago

Is your feature request related to a problem?

I want to be able to see the current user sessions

Describe the solution you'd like

Actuator needs to facilitate

Describe alternatives you've considered

N/a

Additional context

Dotnet session functionality provided via https://github.com/dotnet/aspnetcore/tree/main/src/Middleware/Session/src API spec is defined at https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/#sessions The data available is currently limited hence extension issue been logged: https://github.com/dotnet/aspnetcore/issues/54044 but atleast offering some of the functionality ie get based on ID would be possible

thompson-tomo commented 6 months ago

After some playing around with Sessions for another project, what i have established is as following: