From a0b0a4def9c6396bd8e08ad8bcec3c315bde875e Mon Sep 17 00:00:00 2001 From: vanphan24 <89482663+vanphan24@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:52:28 -0800 Subject: [PATCH] Update index.mdx, added note about credentials command (#5479) Added note about `Boundary credentials` command not supporting vault cred store --- website/content/docs/commands/credentials/index.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/content/docs/commands/credentials/index.mdx b/website/content/docs/commands/credentials/index.mdx index ad553b2d68..5b198e1596 100644 --- a/website/content/docs/commands/credentials/index.mdx +++ b/website/content/docs/commands/credentials/index.mdx @@ -9,7 +9,13 @@ description: >- Command: `boundary credentials` -The `credentials` command lets you create and manage Boundary credential resources. +The `credentials` command lets you create and manage Boundary credential resources in Boundary's static credential store. + + + +The `credentials` command does not support viewing, creating, or managing credentials that reside in the Vault credential store. + + A credential is a data structure containing one or more secrets that bind an identity to a set of permissions or capabilities on a host for a session.