From e1e07011a0ee5daa2f0cf76770cd0dc2efaa0aec Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Thu, 14 Mar 2019 14:04:03 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124642457..6c4a476d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ BUG FIXES: [GH-6400] * ui: Fix for a bug where you couldn't access the data tab after clicking on wrap details on the tool > unwrap page [GH-6404] + * sys: `sys/internal/ui/mounts` will no longer return secret or auth mounts + that have been filtered. Similarly, `sys/internal/ui/mount/:path` will + return a error response if a filtered mount path is requested. + [[GH-6412]](https://github.com/hashicorp/vault/pull/6412) IMPROVEMENTS: