Update Vault Credential Library Docs with additional options (#3739)

* Update Vault Credential Library Docs with additional Options

* Update credential-libraries.mdx

* docs: Minor copy edits

---------

Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com>
pull/3978/head
Adam Bouhmad 3 years ago committed by GitHub
parent 0d19892e03
commit 35a8fa62cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,13 +21,17 @@ A credential library has the following configurable attributes:
The generic Vault credential library has the following additional attributes:
- `path` - (required) The path in Vault to request credentials from.
- `vault-path` - (required) The path in Vault to request credentials from.
- `http_method` - (optional) The HTTP method the library uses when requesting credentials from Vault.
- `credential-type` - (optional) The type of credential this library issues. The default value is `unspecified`.
- `credential-mapping-override` - (optional) If set, this value overrides the field attributes in the credential that is retrieved from Vault.
- `vault-http-method` - (optional) The HTTP method the library uses when it requests credentials from Vault.
Can be either `GET` or `POST`.
The default value is `GET`.
- `http_request_body` - (optional) The body of the HTTP request the library sends to Vault when requesting credentials.
- `vault-http-request-body` - (optional) The body of the HTTP request the library sends to Vault when it requests credentials.
Only valid if `http_method` is set to `POST`.
### Vault SSH certificate credential library attributes <sup>HCP/ENT</sup>
@ -50,7 +54,7 @@ Alternatively, you could set the `session_connection_limit` to `1` for any targe
</Note>
- `path` - (required) The path in Vault to request credentials from.
- `vault-path` - (required) The path in Vault to request credentials from.
- `username` - (required) The username to use with the SSH certificate.
You can create a template for this value using [Vault credential library parameter templating](#vault-credential-library-parameter-templating).

Loading…
Cancel
Save