From 708d79cd5cb5441df310968f7d63abdf6765a89f Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 29 Jun 2026 13:12:00 -0400 Subject: [PATCH] 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: 847dc5cc8c099fed82f1228e95051b4a30c4a4da Signed-off-by: John Mulligan --- doc/mgr/smb.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index 4a3411fa5fe..71d9ffacb71 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -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 -- 2.47.3