diff options
author | tylercloke <tylercloke@gmail.com> | 2015-04-29 18:07:11 -0700 |
---|---|---|
committer | tylercloke <tylercloke@gmail.com> | 2015-04-30 15:29:51 -0700 |
commit | 69647cefc41058e4d653e113b47107b9eb926430 (patch) | |
tree | 63884ee62cf3fe103e40e49e09ca114becd9d369 /RELEASE_NOTES.md | |
parent | 00fff6a2dd7a33554413b1f1b140d0cf9856f303 (diff) | |
download | chef-69647cefc41058e4d653e113b47107b9eb926430.tar.gz |
Implemented `knife user key show` and `knife client key show`.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b05498e36d..4520a37d44 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,2 +1,10 @@ # Chef Client Release Notes <unreleased>: +## Knife Key Management Commands for Users and Clients + +`knife user` and `knife client` now have a suite of subcommands that live under +the `key` subcommand. These subcommands allow you to list, show, create, delete +and edit keys for a given user or client. They can be used to implement +key rotation with multiple expiring keys for a single actor or just +for basic key management. See `knife user key` and `knife client key` +for a full list of subcommands and their usage. |