From d9ba1c15fc7cd5e2ec23b0a42f74ae252dda0473 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Mon, 11 May 2020 22:21:02 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d68e4106..607888a09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ FEATURES: * acl: add auth method for JWTs [[GH-7846](https://github.com/hashicorp/consul/issues/7846)] +* acl: **(Consul Enterprise only)** add auth method for OIDC login * acl: add DisplayName field to auth methods [[GH-7769](https://github.com/hashicorp/consul/issues/7769)] * acl: add MaxTokenTTL field to auth methods [[GH-7779](https://github.com/hashicorp/consul/issues/7779)] * acl: **(Consul Enterprise only)** Auth methods can now generically create rules to target namespaces.