mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-11 14:29:29 +00:00
doc: update documentation for userID and userKey
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
This commit is contained in:
parent
890af07c5a
commit
7226945e72
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user