You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CheckAccessToServer in lib/services/role.go calls GetAllLabels() on services.Server` to fetch static and dynamic labels. Static labels are returned by dynamic labels are always empty. Due to this, RBAC checks on dynamic labels always fail.
Dynamic labels show up the UI.
The text was updated successfully, but these errors were encountered:
CheckAccessToServer
inlib/services/role.go
callsGetAllLabels() on
services.Server` to fetch static and dynamic labels. Static labels are returned by dynamic labels are always empty. Due to this, RBAC checks on dynamic labels always fail.Dynamic labels show up the UI.
The text was updated successfully, but these errors were encountered: