Vault
Check in a service account
Return a service account previously checked out from a previously configured LDAP library.
Returing a service account to the library tells Vault to rotate the associated password.
Use vault write with the service account name and
{mount_path}/library/{set_name}/check-out
path to request a service account:
$ vault write <mount_path>/library/<set_name>/check-in \
service_account_names=[<account_list>]
For example:
$ vault write -f devcreds/library/accounting-team/check-in \
service_account_names=["fizz@example.com"]