From dcbc3dd921c342a87dfef759573b063d0b7b8a3b Mon Sep 17 00:00:00 2001 From: madalynrose Date: Fri, 25 May 2018 16:43:16 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e9880a32..c7c4911b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ FEATURES: * Userpass auth CIDR restrictions: When using the `userpass` auth method you can now limit authentication to specific CIDRs; these will also be encoded in resultant tokens to limit their use. + * Vault Browser CLI: The UI now supports usage of read/write/list/delete + commands in a CLI that can be accessed from the nav bar. Complex inputs such + as JSON files are not currently supported. This surfaces features otherwise + unsupported in Vault's UI. IMPROVEMENTS: