From: Zac Dover Date: Tue, 12 Dec 2023 12:09:13 +0000 (+1000) Subject: doc/radosgw: format "Create a Role" X-Git-Tag: testing/wip-pdonnell-testing-20240430.123648-reef-debug~379^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2ec705a26664225972ddf194b074e0f2b1dce008;p=ceph-ci.git doc/radosgw: format "Create a Role" Properly format the section "Create a Role" in the file doc/radosgw/role.rst. Signed-off-by: Zac Dover (cherry picked from commit fa6ad94f3afc6d11c3ed243d66c96a666e973bde) --- diff --git a/doc/radosgw/role.rst b/doc/radosgw/role.rst index 029d8b778d6..1e009df21ab 100644 --- a/doc/radosgw/role.rst +++ b/doc/radosgw/role.rst @@ -15,7 +15,7 @@ update a role and the permissions associated with it. Create a Role ------------- -To create a role, execute the following:: +To create a role, run a command of the following form:: radosgw-admin role create --role-name={role-name} [--path=="{path to the role}"] [--assume-role-policy-doc={trust-policy-document}] @@ -29,12 +29,13 @@ Request Parameters ``path`` -:Description: Path to the role. The default value is a slash(/). +:Description: Path to the role. The default value is a slash(``/``). :Type: String ``assume-role-policy-doc`` -:Description: The trust relationship policy document that grants an entity permission to assume the role. +:Description: The trust relationship policy document that grants an entity + permission to assume the role. :Type: String For example::