doc: update documentation for userID and userKey

Signed-off-by: Niraj Yadav <niryadav@redhat.com>
This commit is contained in:
Niraj Yadav 2024-12-09 17:54:42 +05:30
parent c928c85d3f
commit b7378724ab
2 changed files with 1 additions and 11 deletions

View File

@ -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

View File

@ -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