From 235e26590e418c3f4d9468733c0ff12bd082b4a7 Mon Sep 17 00:00:00 2001 From: lgrebe-sys <52275300+lgrebe-sys@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:04:55 +0100 Subject: [PATCH] Remove unsupported barbican consumers from documentation (#265) --- user/pages/04.Reference/13.secrets/docs.en.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/user/pages/04.Reference/13.secrets/docs.en.md b/user/pages/04.Reference/13.secrets/docs.en.md index 5e3c52bc..2de1a124 100644 --- a/user/pages/04.Reference/13.secrets/docs.en.md +++ b/user/pages/04.Reference/13.secrets/docs.en.md @@ -17,7 +17,6 @@ Barbican feature | Supported -------------------------------------|------------- Secret storage and metadata | Yes Containers | Yes -Consumers | Yes Access control lists | Yes Certificate orders | No @@ -37,10 +36,6 @@ Generic | No restrictions RSA | `public_key`, `private_key`, and `private_key_passphrase` Certificate | `certificate` and optionally `private_key`, `private_key_passphrase`, and `intermediates` -## Consumers - -Barbican can be used to persist a list of consumers for any given container. The consumer consists of a consumer name, a URL and a reference to the container. - ## Access control lists By default, secrets and containers are accessible for all users of a project (See the [identity and access reference guide](../01.identity-and-access/docs.en.md) for more information about users, groups and projects).