Skip to content

Commit

Permalink
doc: update documentation for userID and userKey
Browse files Browse the repository at this point in the history
Signed-off-by: Niraj Yadav <[email protected]>
  • Loading branch information
black-dragon74 committed Dec 9, 2024
1 parent 091d65b commit 8de5147
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions docs/cephfs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions examples/cephfs/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <plaintext ID>
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

0 comments on commit 8de5147

Please sign in to comment.