You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only fields mentioned as being part of the return payload in Vault Database - Generate credentials API are username and password.
I think lease_id, lease_duration and renewable are missing from this documentation which may lead to issues in some libraries. (see jmgilman/vaultrs#144 for instance).
Maybe someone who knows Vault better than I do could confirm the issue?
EDIT :
These fields are however documented above (with a lease_duration) in List roles API which does not look right either