mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
doc: fix some small errors and oversights for new rgw shares
Fix some field names differing from the implementation and
add a missing field.
Fixes: 847dc5cc8c
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
1d7f80b43b
commit
708d79cd5c
@ -1226,6 +1226,10 @@ rgw
|
||||
Optional string. The RGW user ID that owns the bucket. If not provided,
|
||||
the system will automatically determine the bucket owner and fetch the
|
||||
necessary credentials.
|
||||
credential_ref
|
||||
Optional string. The ``rgw_credential_id`` value of a
|
||||
``ceph.smb.rgw.credential`` resource that contains RGW access and
|
||||
secret key values needed to use the given bucket.
|
||||
|
||||
restrict_access
|
||||
Optional boolean, defaulting to false. If true the share will only permit
|
||||
@ -1465,9 +1469,9 @@ intent
|
||||
If ``removed`` all following fields are optional
|
||||
user_id
|
||||
Required string. The RGW user ID that owns the credentials
|
||||
access_key
|
||||
access_key_id
|
||||
Required string. The RGW access key for authentication
|
||||
secret_key
|
||||
secret_access_key
|
||||
Required string. The RGW secret key for authentication
|
||||
linked_to_cluster:
|
||||
Optional. A string containing a cluster ID. If set, the resource may only
|
||||
|
||||
Loading…
Reference in New Issue
Block a user