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
, disabling group violations would inadvertently cause user violations to be skipped as well.
So while ./rbac-police eval lib --violations users,groups and ./rbac-police eval lib --violations all worked as expected, ./rbac-police** eval lib --violations users wouldn't evaluate users.
The text was updated successfully, but these errors were encountered:
Because of a bug here -
rbac-police/pkg/eval/eval.go
Lines 302 to 306 in 1ec5d02
So while
./rbac-police eval lib --violations users,groups
and./rbac-police eval lib --violations all
worked as expected,./rbac-police** eval lib --violations users
wouldn't evaluate users.The text was updated successfully, but these errors were encountered: