Listen to identity updates in order to reload the identities
This commit is contained in:
parent
3cc8626ae1
commit
e837aebe70
@ -40,6 +40,8 @@ func (m *manager) apply(op store.Operation) {
|
||||
switch op {
|
||||
case store.OpAddIdentity:
|
||||
m.ReloadIndentities()
|
||||
case store.OpUpdateIdentity:
|
||||
m.ReloadIndentities()
|
||||
case store.OpRemoveIdentity:
|
||||
m.ReloadIndentities()
|
||||
case store.OpSetPolicies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user