-
Notifications
You must be signed in to change notification settings - Fork 76
bug: sse connections remain active after logout #6029
Copy link
Copy link
Closed
Labels
ai-fix-requestedhelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.triage/neededNeeds triageNeeds triage
Metadata
Metadata
Assignees
Labels
ai-fix-requestedhelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.triage/neededNeeds triageNeeds triage
User Request
Type: bug
Target: Console Application
Submitted by: @aaradhychinche-alt
Console Request ID: cc8abb26-f64e-4209-a32c-6b7e9f7683af
Description
What happened:
Server-Sent Events (SSE) streams remain active after user logout and continue receiving data.
What I expected:
All active streams should terminate after logout.
Steps to reproduce:
Relevant area:
Streaming endpoints + auth middleware
Suggested improvement:
Terminate active SSE connections on logout.
Impact:
Medium. Allows continued data access after session termination.
This issue was automatically created from the KubeStellar Console.