From c887165a1a5245cd413242819dc09e5593f63f23 Mon Sep 17 00:00:00 2001 From: Eddy Moulton Date: Tue, 24 Oct 2023 13:13:58 +1100 Subject: [PATCH 1/2] Add clarification to access control in control center --- .../docs/getting-started/managing-octopus-subscriptions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/docs/getting-started/managing-octopus-subscriptions.md b/src/pages/docs/getting-started/managing-octopus-subscriptions.md index 965a5c0aed..31ae950b22 100644 --- a/src/pages/docs/getting-started/managing-octopus-subscriptions.md +++ b/src/pages/docs/getting-started/managing-octopus-subscriptions.md @@ -114,6 +114,8 @@ There are 2 levels of access you can provide users in Control Center. Each level 1. **Subscription Group access** provides management of a group of subscriptions plus access to all current and future subscriptions in the group. 2. **Direct access** provides access to individual subscriptions. +Changes to access control in Control Center V1 will only affect subscriptions located in Control Center V1 and changes in Control Center V2 will only affect subscriptions located in Control Center V2. + ### Subscription Group access Below are the roles for Subscription Group access, the permissions they provide for the group, and the subscriptions in the group: @@ -140,6 +142,8 @@ Below are the roles for Subscription Group access, the permissions they provide The invited user will receive an email to accept the invitation. If they already have an [Octopus ID](/docs/security/authentication/octopusid-authentication) (Octopus Deploy account), they can accept the invite and **Sign in** to view the Octopus instance. Otherwise, they will first need to **Register** a new account using the email address the invitation was sent to. +If the invited user already has an Octopus ID, they must still accept the invite sent via email to complete the process. + ### Direct access (Cloud only) Below are the roles available for Direct access: @@ -161,6 +165,8 @@ Below are the roles available for Direct access: The invited user will receive an email to accept the invitation. If they already have an [Octopus ID](/docs/security/authentication/octopusid-authentication) (Octopus Deploy account), they can accept the invite and **Sign in** to view the Octopus instance. Otherwise, they will first need to **Register** a new account using the email address the invitation was sent to. +If the invited user already has an Octopus ID, they must still accept the invite sent via email to complete the process. + :::div{.hint} **Note:** The user is only added to the Octopus Cloud instance after they sign in for the first time. After signing in, that user gets assigned to the **“Everyone”** team (if they’re a Cloud User) or the **“Octopus Managers”** team (if they’re a Cloud Owner). ::: From 782932e300bfbbb169244edd3415957ebbe282e6 Mon Sep 17 00:00:00 2001 From: Eddy Moulton Date: Tue, 24 Oct 2023 13:21:36 +1100 Subject: [PATCH 2/2] Add xmark to dictionary Used for an icon css class --- dictionary-octopus.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dictionary-octopus.txt b/dictionary-octopus.txt index 614fbfa61a..d942727abd 100644 --- a/dictionary-octopus.txt +++ b/dictionary-octopus.txt @@ -3,3 +3,4 @@ runbook Runbook reprovisioned reprovisioning +xmark \ No newline at end of file