Credential Libraries
A credential library is a resource that provides credentials of the same type and same access level from a single credential store.
Attributes
A credential library has the following configurable attributes:
name - (optional) If set, the
name
must be unique within the credential library’s parent credential store.description - (optional)
Vault Credential Library Attributes
A Vault credential library has the following additional attributes:
path - (required) The path in Vault to request credentials from.
http_method - (optional: defaults to
GET
) The HTTP method the library uses when requesting credentials from Vault. Can be eitherGET
orPOST
.http_request_body - (optional) The body of the HTTP request the library sends to Vault when requesting credentials. Only valid if
http_method
is set toPOST
.
Referenced By
Service API Docs
The following services are relevant to this resource: