From b7378724ab002b719c3c479ec940886a3a317d57 Mon Sep 17 00:00:00 2001 From: Niraj Yadav Date: Mon, 9 Dec 2024 17:54:42 +0530 Subject: [PATCH] doc: update documentation for userID and userKey Signed-off-by: Niraj Yadav --- docs/cephfs/deploy.md | 6 ------ examples/cephfs/secret.yaml | 6 +----- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/cephfs/deploy.md b/docs/cephfs/deploy.md index ba052b44b..e190fa764 100644 --- a/docs/cephfs/deploy.md +++ b/docs/cephfs/deploy.md @@ -90,12 +90,6 @@ to use the output of `ceph fsid` of the Ceph cluster to be used for provisioning. **Required secrets for provisioning:** -Admin credentials are required for provisioning new volumes - -* `adminID`: ID of an admin client -* `adminKey`: key of the admin client - -**Required secrets for statically provisioned volumes:** User credentials with access to an existing volume * `userID`: ID of a user client diff --git a/examples/cephfs/secret.yaml b/examples/cephfs/secret.yaml index 0eb370781..adf29d3f6 100644 --- a/examples/cephfs/secret.yaml +++ b/examples/cephfs/secret.yaml @@ -5,13 +5,9 @@ metadata: name: csi-cephfs-secret namespace: default stringData: - # Required for statically provisioned volumes + # Required for statically and dynamically provisioned volumes userID: userKey: <Ceph auth key corresponding to ID above> - # Required for dynamically provisioned volumes - adminID: <plaintext ID> - adminKey: <Ceph auth key corresponding to ID above> - # Encryption passphrase encryptionPassphrase: test_passphrase