Unverified Commit 3190a5fa authored by Derek Nola's avatar Derek Nola Committed by GitHub

Remove rotate-keys subcommand (#9079)

parent 94111964
...@@ -84,13 +84,6 @@ func NewSecretsEncryptCommands(status, enable, disable, prepare, rotate, reencry ...@@ -84,13 +84,6 @@ func NewSecretsEncryptCommands(status, enable, disable, prepare, rotate, reencry
Destination: &ServerConfig.EncryptSkip, Destination: &ServerConfig.EncryptSkip,
}), }),
}, },
{
Name: "rotate-keys",
Usage: "(experimental) Dynamically add a new secrets encryption key and re-encrypt secrets",
SkipArgReorder: true,
Action: rotateKeys,
Flags: EncryptFlags,
},
}, },
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment