Vault
Manually rotate root LDAP credentials
You can rotate root credential keys configured directly within the plugin. Rotating to a Vault-generated key makes the key value inaccessible to the operator and ensures only Vault can operate as a root user to manipulate dynamic and static credentials.
Use vault write with the
/{mount_path}/rotate-root
path to rotate the root credential:
$ vault write -f <mount_path>/rotate-root
For example:
$ vault write -f devcreds/rotate-root