-
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 -acl-replication-token-file for setting the ACL replication token. This token is used by secondary dc's to create ACL policies. If set, this flag turns on ACL replication mode. In this mode we will not bootstrap ACLs since we expect replication to be running. - 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. - Adds agent:read permissions to the replication token which is needed to get the current datacenter.
- Loading branch information
Showing
5 changed files
with
591 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.