From 9c47fe1660eddb4cb7ec1b2b35e6593643d301d0 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 5 Nov 2021 13:51:27 -0500 Subject: [PATCH 1/4] add explanation to user roles --- admin/access-control/user-roles.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/admin/access-control/user-roles.md b/admin/access-control/user-roles.md index fa3865f9a..7329c1f6e 100644 --- a/admin/access-control/user-roles.md +++ b/admin/access-control/user-roles.md @@ -39,6 +39,20 @@ There are four roles available: +### Additive permissions + +The following tables detail what permissions Coder grants to each of the four +roles, but a summary of the roles are: + +- All users are (or have the permissions of) a **member** +- An auditor has the permissions of a member, plus the ability to work with + audit logs +- A site manager has the permissions of a member or an auditor, please + additional administrative rights +- A site admin has the permissions of a member, auditor, and site manager, as + well as additional admin rights (e.g., creating site managers, access to API + keys). + ### Site admin permissions From c06f14f9500acf1a76a06f93a4315e8909e02552 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 8 Nov 2021 08:06:37 -0600 Subject: [PATCH 2/4] Apply suggestions from review Co-authored-by: Jonathan Yu --- admin/access-control/user-roles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/access-control/user-roles.md b/admin/access-control/user-roles.md index 7329c1f6e..4ce3f3857 100644 --- a/admin/access-control/user-roles.md +++ b/admin/access-control/user-roles.md @@ -47,11 +47,11 @@ roles, but a summary of the roles are: - All users are (or have the permissions of) a **member** - An auditor has the permissions of a member, plus the ability to work with audit logs -- A site manager has the permissions of a member or an auditor, please +- A site manager has the permissions of a member or an auditor, plus additional administrative rights - A site admin has the permissions of a member, auditor, and site manager, as well as additional admin rights (e.g., creating site managers, access to API - keys). + keys) ### Site admin permissions From 131187aa30895b9af8685e511f35bddc2ea49332 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 8 Nov 2021 08:28:52 -0600 Subject: [PATCH 3/4] fix bolding --- admin/access-control/user-roles.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/access-control/user-roles.md b/admin/access-control/user-roles.md index 7329c1f6e..fe8d4fa5f 100644 --- a/admin/access-control/user-roles.md +++ b/admin/access-control/user-roles.md @@ -45,13 +45,13 @@ The following tables detail what permissions Coder grants to each of the four roles, but a summary of the roles are: - All users are (or have the permissions of) a **member** -- An auditor has the permissions of a member, plus the ability to work with +- An **auditor** has the permissions of a member, plus the ability to work with audit logs -- A site manager has the permissions of a member or an auditor, please +- A **site manager** has the permissions of a member or an auditor, please additional administrative rights -- A site admin has the permissions of a member, auditor, and site manager, as - well as additional admin rights (e.g., creating site managers, access to API - keys). +- A **site admin** has the permissions of a member, auditor, and site manager, + as well as additional admin rights (e.g., creating site managers, access to + API keys). ### Site admin permissions From 2db40e6af873d87920cc91ba997e185ed8c397b0 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 8 Nov 2021 08:30:07 -0600 Subject: [PATCH 4/4] Fix bolding --- admin/access-control/user-roles.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/access-control/user-roles.md b/admin/access-control/user-roles.md index 4a8c008a2..081498c26 100644 --- a/admin/access-control/user-roles.md +++ b/admin/access-control/user-roles.md @@ -47,11 +47,11 @@ roles, but a summary of the roles are: - All users are (or have the permissions of) a **member** - An **auditor** has the permissions of a member, plus the ability to work with audit logs -- A site manager has the permissions of a member or an auditor, plus additional - administrative rights -- A site admin has the permissions of a member, auditor, and site manager, as - well as additional admin rights (e.g., creating site managers, access to API - keys) +- A **site manager** has the permissions of a member or an auditor, plus + additional administrative rights +- A **site admin** has the permissions of a member, auditor, and site manager, + as well as additional admin rights (e.g., creating site managers, access to + API keys) ### Site admin permissions