|
1 | 1 | --- |
2 | 2 | layout: src/layouts/Default.astro |
3 | 3 | pubDate: 2023-01-01 |
4 | | -modDate: 2025-06-06 |
| 4 | +modDate: 2025-06-13 |
5 | 5 | title: Getting started with Cloud |
6 | 6 | navTitle: Getting started with Cloud |
7 | 7 | navOrder: 20 |
@@ -69,31 +69,32 @@ Otherwise, they will first need to **Register** a new account using the email ad |
69 | 69 |
|
70 | 70 | #### Role permissions \{#role-permissions} |
71 | 71 |
|
72 | | -| | Cloud Subscription Owner | Cloud Subscription User | |
73 | | -| --------------------------- | --------------------------------------------------------- | ------------------------------------------------ | |
74 | | -| **Control Center** <div class="table-hint">(billing.octopus.com)</div> | View Overview <br>Manage Billing</br> Manage Configuration <br>Manage User Access</br> | View Overview | |
75 | | -| **Octopus Instance** <div class="table-hint">(example.octopus.com)</div> | “Octopus Managers” team <div class="table-hint">By default, this team includes full permissions – a user can sign in and see and do everything.</div>| “Everyone” team <div class="table-hint">By default, this team includes no permissions – a user can sign in but can’t see or do anything.</div> | |
| 72 | +| | Cloud Subscription Owner | Cloud Subscription User (Contributor) | Cloud Subscription User (Base) | |
| 73 | +| --------------------------- | ---------------------------------------- | ------------------------------------------------ | ------------------------------------------------ | |
| 74 | +| **Control Center** <div class="table-hint">(billing.octopus.com)</div> | View Overview <br>Manage Billing</br> Manage Configuration <br>Manage User Access</br> | View Overview | View Overview | |
| 75 | +| **Octopus Instance** <div class="table-hint">(example.octopus.com)</div> | “Octopus Managers” team <div class="table-hint">By default, the user has full permissions across all spaces.</div>| “Space Managers” team <div class="table-hint">By default, the user has full permissions in the “Default” space only.</div> <div class="table-hint" style="padding-top: 8px;">If you delete the “Default” space, the user will be added to the “Everyone” team.</div> | “Everyone” team <div class="table-hint">By default, the user can sign in but can't view or do anything.</div> | |
76 | 76 |
|
77 | 77 | ### Manage user permissions in Octopus Cloud \{#manage-user-permissions-in-octopus-cloud} |
78 | 78 |
|
79 | | -Invited users are only added to an Octopus Cloud instance after their first sign-in. To manage a newly invited user’s permissions, you will need to ask them to sign in to your Octopus Cloud instance first. |
| 79 | +Invited users are only added to an Octopus Cloud instance after their first sign-in. To manage a newly invited user's permissions, you will need to ask them to sign in to your Octopus Cloud instance first. |
80 | 80 |
|
81 | 81 | Octopus uses teams and user roles to manage permissions. After the invited user first signs in, they are automatically assigned to one of these teams: |
82 | 82 |
|
83 | 83 | - “Octopus Managers” team (Cloud Subscription Owner) |
84 | | -- “Everyone” team (Cloud Subscription User) |
| 84 | +- “Space Managers” team (Cloud Subscription User (Contributor)) |
| 85 | +- “Everyone” team (Cloud Subscription User (Base)) |
85 | 86 |
|
86 | 87 | By default, the “Everyone” team includes no user roles, so users assigned to this team can sign in to your Octopus Cloud instance but won’t have permission to see or do anything. |
87 | 88 |
|
88 | 89 | :::div{.hint} |
89 | | -To give an “Everyone” team user (Cloud Subscription User) the correct permissions, you can do one or both of the following in your Octopus Cloud instance: |
| 90 | +To give an “Everyone” team user (Cloud Subscription User (Base)) the correct permissions, you can do one or both of the following in your Octopus Cloud instance: |
90 | 91 |
|
91 | 92 | - Edit the “Everyone” team to include the minimum permissions all users need. |
92 | 93 | - Add the user to other teams with the correct permissions after they first sign in. |
93 | 94 |
|
94 | 95 | ::: |
95 | 96 |
|
96 | | -To adjust a user’s permissions, you can add them to other teams: |
| 97 | +To adjust a user's permissions, you can add them to other teams: |
97 | 98 |
|
98 | 99 | 1. In your Octopus Cloud instance, go to **Configuration** (the cog icon in the bottom left sidebar). |
99 | 100 | 2. Select **Teams**. |
|
0 commit comments