[management] enrich context in permissions manager (#6286)

This commit is contained in:
Pascal Fischer
2026-05-29 16:36:38 +02:00
committed by GitHub
parent e9dbf9db6f
commit 9189625487
37 changed files with 255 additions and 299 deletions
+1
View File
@@ -3,6 +3,7 @@ package context
const (
RequestIDKey = "requestID"
AccountIDKey = "accountID"
RoleKey = "role"
UserIDKey = "userID"
PeerIDKey = "peerID"
)