fix: WebsocketListener nil panic and OIDC auth data race (#5204)
- pkg/util/net/websocket.go: store ln parameter in struct to prevent nil pointer panic when Addr() is called - pkg/auth/oidc.go: replace unsynchronized []string with map + RWMutex for subjectsFromLogin to fix data race across concurrent connections
F
fatedier committed
cb459b02b618850300b9c3d1aae9cb716d3487bf
Parent: 8f633fe
Committed by GitHub <noreply@github.com>
on 3/6/2026, 8:51:52 AM