From a14ce331ea62908e7be2b34d40a8fc1f45169640 Mon Sep 17 00:00:00 2001 From: ncabatoff Date: Mon, 16 Dec 2019 09:41:46 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5914da02c..7f11ec87f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ BUG FIXES: * agent: Fix issue where Agent exits before all templates are rendered when using and `exit_after_auth` [GH-7899] +* auth/token: Fix panic when getting batch tokens on a performance standby from a role + that does not exist. * plugin: Fix a panic that could occur if a mount/auth entry was unable to mount the plugin backend and a request that required the system view to be retrieved was made [GH-7991]