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

Add create-federation-secret command #253

Merged
merged 1 commit into from
May 6, 2020
Merged

Add create-federation-secret command #253

merged 1 commit into from
May 6, 2020

Commits on May 6, 2020

  1. Add create-federation-secret command

    This command will be run as a Kubernetes Job via a Helm hook. It creates
    a Kubernetes secret that contains data needed by secondary datacenters
    to federate with the primary. To set up a secondary dc, users will
    export this secret from their primary and import it into secondaries.
    They will then reference the secret in their Helm config for
    secondaries.
    
    The command works with ACLs enabled/disabled and with gossip encryption
    enabled/disabled. The command only works when TLS is enabled because
    federation requires TLS be enabled.
    lkysow committed May 6, 2020
    Configuration menu
    Copy the full SHA
    3e5853c View commit details
    Browse the repository at this point in the history