Skip to content

Commit d2ec4e2

Browse files
doc: update documentation for userID and userKey
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
1 parent b9aa0ce commit d2ec4e2

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

docs/cephfs/deploy.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ to use the output of `ceph fsid` of the Ceph cluster to be used for
9090
provisioning.
9191

9292
**Required secrets for provisioning:**
93-
Admin credentials are required for provisioning new volumes
94-
95-
* `adminID`: ID of an admin client
96-
* `adminKey`: key of the admin client
97-
98-
**Required secrets for statically provisioned volumes:**
9993
User credentials with access to an existing volume
10094

10195
* `userID`: ID of a user client

examples/cephfs/secret.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ metadata:
55
name: csi-cephfs-secret
66
namespace: default
77
stringData:
8-
# Required for statically provisioned volumes
8+
# Required for statically and dynamically provisioned volumes
99
userID: <plaintext ID>
1010
userKey: <Ceph auth key corresponding to ID above>
1111

12-
# Required for dynamically provisioned volumes
13-
adminID: <plaintext ID>
14-
adminKey: <Ceph auth key corresponding to ID above>
15-
1612
# Encryption passphrase
1713
encryptionPassphrase: test_passphrase

0 commit comments

Comments
 (0)