Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ACL replication #226

Merged
merged 1 commit into from
Mar 16, 2020
Merged

Commits on Mar 16, 2020

  1. Support ACL replication

    - 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.
    lkysow committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    433e036 View commit details
    Browse the repository at this point in the history