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

feat(cli) exposing underlying serf keys commands #2069

Merged
merged 1 commit into from
Feb 20, 2017

Conversation

subnetmarco
Copy link
Member

Summary

Exposes the underlying serf keys in Kong, to:

perform cluster-wide encryption key operations, such as installing new keys and removing old keys. When used properly, the keys command allows you to achieve non-disruptive encryption key rotation across a Serf cluster.

Full changelog

  • Adds a new cluster_keyring_file property in the configuration file.
  • Exposes serf keys .. commands in the kong cluster keys .. CLI command to perform cluster-wide encryption key operations:
    • kong cluster keys list
    • kong cluster keys install <key>
    • kong cluster keys remove <key>
    • kong cluster keys use <key>

@subnetmarco subnetmarco merged commit 24d6473 into release/0.10.0 Feb 20, 2017
@subnetmarco subnetmarco deleted the feat/cli-serf-keys branch February 20, 2017 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant