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
fix: Support arrays in resource definition value (#1781)
Sometimes, RBAC services/consumers use the array type to illustrate the
values in resource definition together with IN operator. However, the
utilities might crash because of that. This adds support for arrays, so
that the utils work both with strings (split by comma), and arrays.
0 commit comments