mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-20 17:39:30 +00:00
doc: Add hint that the userID must not include the client.
prefix
Signed-off-by: Matthias Linhuber <matthias.linhuber@tum.de>
This commit is contained in:
parent
e89fe5ad1f
commit
bdd7c5a666
@ -383,6 +383,7 @@ secret:
|
||||
# Key values correspond to a user name and its key, as defined in the
|
||||
# ceph cluster. User ID should have required access to the 'pool'
|
||||
# specified in the storage class
|
||||
# The userID must not include the "client." prefix!
|
||||
userID: <plaintext ID>
|
||||
userKey: <Ceph auth key corresponding to the userID above>
|
||||
|
||||
|
@ -538,6 +538,7 @@ secret:
|
||||
# Key values correspond to a user name and its key, as defined in the
|
||||
# ceph cluster. User ID should have required access to the 'pool'
|
||||
# specified in the storage class
|
||||
# The userID must not include the "client." prefix!
|
||||
userID: <plaintext ID>
|
||||
userKey: <Ceph auth key corresponding to userID above>
|
||||
# Encryption passphrase
|
||||
|
@ -6,6 +6,7 @@ metadata:
|
||||
namespace: default
|
||||
stringData:
|
||||
# Required for statically and dynamically provisioned volumes
|
||||
# The userID must not include the "client." prefix!
|
||||
userID: <plaintext ID>
|
||||
userKey: <Ceph auth key corresponding to ID above>
|
||||
|
||||
|
@ -8,6 +8,7 @@ stringData:
|
||||
# Key values correspond to a user name and its key, as defined in the
|
||||
# ceph cluster. User ID should have required access to the 'pool'
|
||||
# specified in the storage class
|
||||
# The userID must not include the "client." prefix!
|
||||
userID: <plaintext ID>
|
||||
userKey: <Ceph auth key corresponding to ID above>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user