Vault
Manually rotate static role credentials
The LDAP secrets plugin can rotate LDAP credential for static roles configured the plugin.
Use vault write with the
/{mount_path}/rotate-role/{role_name}
path to rotate the credential password:
$ vault write -f <mount_path>/rotate-role/<role_name>
For example:
$ vault write -f devcreds/rotate-role/hashicorp