From 2866919149d6dd696d6284f921da8cd3defb2aaf Mon Sep 17 00:00:00 2001 From: Stephan <99481666+stephan242@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:34:14 +0100 Subject: [PATCH] Correct Static Creds indentation (#2561) * Correct Static Creds indentation * Update website/content/docs/concepts/domain-model/credential-stores.mdx Co-authored-by: Robin Beck --------- Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Co-authored-by: Robin Beck --- .../content/docs/concepts/domain-model/credential-stores.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/concepts/domain-model/credential-stores.mdx b/website/content/docs/concepts/domain-model/credential-stores.mdx index ac803c9000..b176b00725 100644 --- a/website/content/docs/concepts/domain-model/credential-stores.mdx +++ b/website/content/docs/concepts/domain-model/credential-stores.mdx @@ -169,9 +169,9 @@ $ curl https://boundaryproject.io/data/vault/boundary-controller-policy.hcl -O - $ vault policy write boundary-controller boundary-controller-policy.hcl ``` -### Static credential store +## Static credential store -A static credential store allows user-supplied credentials to be managed by Boundary. Credentials are encrypted and stored directly in Boundary. Currently, the static credential store can hold credentials of type `username_password`. +A static credential store allows user-supplied credentials to be managed by Boundary. Credentials are encrypted and stored directly in Boundary. Currently, the static credential store can hold credentials of types `username_password`, `ssh_private_key`, and `json`. [token_requirements]: /boundary/docs/concepts/domain-model/credential-stores#vault-token-requirements [token_policy]: /boundary/docs/concepts/domain-model/credential-stores#vault-boundary-controller-policy