Instant ACL propagation #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding group membership in Passmower should result instant ACL propagation to doors, currently takes a minute to update the allowlist
This could work by pushing a new event into
eventlog
MongoDB collection with typerefresh
and that could then be published in doorboy-proxy to all doors.Godoor would need to recognize that
refresh
event and callreloadTokens
https://git.k-space.ee/k-space/godoor/src/branch/master/godoor.go#L407