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
refactor: handle duplicates while using the enforcer directly (openedx#98)
While loading policies from a datastore to another using the enforcer
directly, we should make the operations on the enforcer with the
latest policies. To do this, we should reload the policy each time
a write operation was performed to ensure we're using the latest
policies in the datastore.
0 commit comments