6 Commits

Author SHA1 Message Date
Jade
d79813a4af
Add password rotation url to ldap auth (#31363)
* 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
2025-08-14 14:36:13 -05:00
kpcraig
36d873aae2
Log LDAP Rotations (#31401) 2025-08-08 11:56:54 -04:00
kpcraig
db0d911683
Add support code for auth/ldap root autorotation (#29535)
---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-02-13 16:06:47 -05:00
JMGoldsmith
3f62ae702b
VAULT-31594 Add debug level logging to the LDAP auth library (#28881)
* initial commit of debug  error handling

* adding changelog
2024-11-18 12:48:59 +01:00
Josh Black
fa13dbd381
add gosimport to make fmt and run it (#25383)
* add gosimport to make fmt and run it

* move installation to tools.sh

* correct weird spacing issue

* Update Makefile

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>

* fix a weird issue

---------

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
2024-02-13 14:07:02 -08:00
kpcraig
9b7d06839f
Add a /config/rotate-root path to the ldap auth backend (#24099) 2023-11-27 15:48:16 -05:00