diff --git a/website/content/docs/domain-model/credential-libraries.mdx b/website/content/docs/domain-model/credential-libraries.mdx index e0186d9193..d08b57240b 100644 --- a/website/content/docs/domain-model/credential-libraries.mdx +++ b/website/content/docs/domain-model/credential-libraries.mdx @@ -59,7 +59,7 @@ Alternatively, you could set the `session_connection_limit` to `1` for any targe - `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-generic-credential-library-parameter-templating. +You can create a template for this value using [Vault credential library parameter templating](#vault-generic-credential-library-parameter-templating). - `key_type` - (optional) The type of key to use for the generated SSH private key. The key type is either `ed25519`, `ecdsa`, or `rsa`.