From 1dcf698432fcc2aceef1062a2c2050b93e8d028f Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Wed, 18 Dec 2019 13:33:01 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b07c9855c..0835598aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ IMPROVEMENTS: * agent: Add ability to set `exit-after-auth` via the CLI [GH-7920] * auth/ldap: Add a `request_timeout` configuration option to prevent connection requests from hanging [GH-7909] +* auth/kubernetes: Add audience to tokenreview API request for Kube deployments where issuer + is not Kube. [GH-74] * secrets/ad: Add a `request_timeout` configuration option to prevent connection requests from hanging [AD-59] * storage/postgresql: Add support for setting `connection_url` from enviornment