Listen to identity updates in order to reload the identities

This commit is contained in:
Ingo Oppermann 2023-06-15 14:19:50 +02:00
parent 3cc8626ae1
commit e837aebe70
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -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: