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
Using 0.2.0-beta.3 the RBAC generator is modifying files on every pass. I think this is due to the #235 changes: the ultimate ordering of the policy rules slice is now determined by a map iteration.
I'm still transitioning from Java to Go, but I think the fix is to aggregate the rules keys into another slice, sort the ruleKey slice and iterate over that when building the list of policy rules.
The text was updated successfully, but these errors were encountered:
Using 0.2.0-beta.3 the RBAC generator is modifying files on every pass. I think this is due to the #235 changes: the ultimate ordering of the policy rules slice is now determined by a map iteration.
I'm still transitioning from Java to Go, but I think the fix is to aggregate the
rules
keys into another slice, sort the ruleKey slice and iterate over that when building the list of policy rules.The text was updated successfully, but these errors were encountered: