mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
* add rotation URL field * add docs * add test * fix: correct variable name for root rotation URL in rotateRootCredential function * fix: ensure proper formatting in TestRotateRootWithRotationUrl function * fix: improve error handling in TestRotateRootWithRotationUrl for invalid rotation URL * feat: add rotation URL support to LDAP credential configuration * test: enhance validation in TestRotateRootWithRotationUrl for rotation URL effects * Update path_config_rotate_root_test.go * add changelog and update test docs * Update ldap.mdx
3 lines
187 B
Plaintext
3 lines
187 B
Plaintext
```release-note:improvement
|
|
auth/ldap: Introduces an option to connect to an alternative LDAP URL for root credential rotation, in cases where it differs from the configured LDAP URL.
|
|
``` |