-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds flag -enable-acl-replication that turns on ACL replication mode. In this mode we will not bootstrap ACLs since we expect replication to be running. - Adds flag -acl-replication-token for setting the ACL replication token. This token is used by secondary dc's to create ACL policies. This token can also be set by the ACL_REPLICATION_TOKEN environment variable. - Modifies various policies and tokens to only be applicable to the local datacenter. These policies should have been only local before. - If running in a secondary DC, append the datacenter name to the policy name. This is required because policies must be globally unique. - Note: we aren't sharing policies between datacenters because each server-acl-init could modify the policy depending on its local config.
- Loading branch information
Showing
5 changed files
with
643 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.