From fa6ad94f3afc6d11c3ed243d66c96a666e973bde Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 12 Dec 2023 22:09:13 +1000 Subject: [PATCH] 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 --- doc/radosgw/role.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/radosgw/role.rst b/doc/radosgw/role.rst index 029d8b778d63a..1e009df21ab03 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:: -- 2.39.5