From 3818adf3f8fa37d682ffa871a6fe44c7cd26670b Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Fri, 19 Nov 2021 12:59:00 -0800 Subject: [PATCH] Fix missing changelog (#13230) --- CHANGELOG.md | 1 + changelog/11000.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae32f864..02fdf4789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ IMPROVEMENTS: * auth/aws: add profile support for AWS credentials when using the AWS auth method [[GH-12621](https://github.com/hashicorp/vault/pull/12621)] * auth/kubernetes: validate JWT against the provided role on alias look ahead operations [[GH-12688](https://github.com/hashicorp/vault/pull/12688)] * auth/kubernetes: Add ability to configure entity alias names based on the serviceaccount's namespace and name. [#110](https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/110) [#112](https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/112) [[GH-12633](https://github.com/hashicorp/vault/pull/12633)] +* auth/ldap: include support for an optional user filter field when searching for users [[GH-11000](https://github.com/hashicorp/vault/pull/11000)] * auth/oidc: Adds the `skip_browser` CLI option to allow users to skip opening the default browser during the authentication flow. [[GH-12876](https://github.com/hashicorp/vault/pull/12876)] * auth/okta: Send x-forwarded-for in Okta Push Factor request [[GH-12320](https://github.com/hashicorp/vault/pull/12320)] * auth/token: Add `allowed_policies_glob` and `disallowed_policies_glob` fields to token roles to allow glob matching of policies [[GH-7277](https://github.com/hashicorp/vault/pull/7277)] diff --git a/changelog/11000.txt b/changelog/11000.txt index 600ec424a..84b4af96d 100644 --- a/changelog/11000.txt +++ b/changelog/11000.txt @@ -1,3 +1,3 @@ -+```release-note:improvement -+auth/ldap: include support for an optional user filter field when searching for users -+``` +```release-note:improvement +auth/ldap: include support for an optional user filter field when searching for users +```