mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-11 22:39:31 +00:00
doc: update documentation for userID and userKey
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
This commit is contained in:
parent
c928c85d3f
commit
b7378724ab
@ -90,12 +90,6 @@ to use the output of `ceph fsid` of the Ceph cluster to be used for
|
|||||||
provisioning.
|
provisioning.
|
||||||
|
|
||||||
**Required secrets 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
|
User credentials with access to an existing volume
|
||||||
|
|
||||||
* `userID`: ID of a user client
|
* `userID`: ID of a user client
|
||||||
|
@ -5,13 +5,9 @@ metadata:
|
|||||||
name: csi-cephfs-secret
|
name: csi-cephfs-secret
|
||||||
namespace: default
|
namespace: default
|
||||||
stringData:
|
stringData:
|
||||||
# Required for statically provisioned volumes
|
# Required for statically and dynamically provisioned volumes
|
||||||
userID: <plaintext ID>
|
userID: <plaintext ID>
|
||||||
userKey: <Ceph auth key corresponding to ID above>
|
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
|
# Encryption passphrase
|
||||||
encryptionPassphrase: test_passphrase
|
encryptionPassphrase: test_passphrase
|
||||||
|
Loading…
Reference in New Issue
Block a user