Add note regarding LDAP regression. (#9038)

This commit is contained in:
ncabatoff 2020-05-27 12:29:30 -04:00 committed by GitHub
parent c455a31f07
commit 460db7dad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View File

@ -10,6 +10,8 @@ description: |-
# Overview
This page contains the list of deprecations and important or breaking changes
for Vault 1.3.4 compared to 1.4.0. Please read it carefully.
for Vault 1.3.X compared to 1.4.0. Please read it carefully.
@include 'partials/aws-auth-metadata-issue.mdx'
@include 'partials/ldap-upndomain-issue.mdx'

View File

@ -31,3 +31,5 @@ vault write auth/aws/config/identity \
ec2_metadata=account_id,auth_type,instance_id,region \
iam_metadata=account_id,auth_type,client_user_id,canonical_arn,inferred_entity_id,inferred_aws_region
```
@include 'partials/ldap-upndomain-issue.mdx'

View File

@ -0,0 +1,6 @@
## LDAP auth engine and upndomain
Users of the LDAP auth engine with the `upndomain` configuration setting populated
should hold off on upgrading to 1.4.x for now. We are investigating a regression
introduced by [#8333](https://github.com/hashicorp/vault/pull/8333). There is
no Github issue for this bug yet.