From 58e24d73086e5b7183bac7cebfa226ea6ded6031 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:40:42 +0000 Subject: [PATCH] backport of commit b1dbea330bf7d863d8712a7a93f3d63ec33de175 --- .../content/docs/concepts/domain-model/credential-stores.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/domain-model/credential-stores.mdx b/website/content/docs/concepts/domain-model/credential-stores.mdx index f1cad8a49f..7bb9ba1833 100644 --- a/website/content/docs/concepts/domain-model/credential-stores.mdx +++ b/website/content/docs/concepts/domain-model/credential-stores.mdx @@ -15,7 +15,7 @@ It belongs to a [project][] and supports the by providing mechanisms to limit the [credentials][] it can access to the minimum necessary for the project it is in. -Credential stores either generate or store credentials, depending on the type: +Credential stores contain either credential libraries or credentials, depending on the type: - Vault credential stores contain [credential libraries][]. You use credential libraries to issue credentials.