Correct Static Creds indentation (#2561)

* Correct Static Creds indentation

* Update website/content/docs/concepts/domain-model/credential-stores.mdx

Co-authored-by: Robin Beck <stellarsquall@users.noreply.github.com>

---------

Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com>
Co-authored-by: Robin Beck <stellarsquall@users.noreply.github.com>
pull/5688/head
Stephan 1 year ago committed by GitHub
parent eb753e07ec
commit 2866919149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save