From e0b13134e294a84a2e1ddc8a0e443658d55adf7e Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 10 Nov 2017 18:18:07 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 688ff6421..114754a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ BUG FIXES: * api: Fix panic when setting a custom HTTP client but with a nil transport [GH-3435] [GH-3437] + * api: Fix authing to the `cert` backend when the CA for the client cert is + not known to the server's listener [GH-2946] * auth/approle: Create role ID index during read if a role is missing one [GH-3561] * auth/aws: Don't allow mutually exclusive options [GH-3291] * auth/radius: Fix logging in in some situations [GH-3461]