|
| 1 | +--- |
| 2 | +slug: /cloud/guides/sql-console/configure-org-service-role-assignments |
| 3 | +sidebar_label: 'Configuring organization and service role assignments' |
| 4 | +title: 'Configuring organization and service role assignments within the console' |
| 5 | +description: 'Guide showing how to configure org and service role assignments within the console' |
| 6 | +--- |
| 7 | + |
| 8 | +import Image from '@theme/IdealImage'; |
| 9 | +import step_1 from '@site/static/images/cloud/guides/sql_console/org_level_access/1_org_settings.png' |
| 10 | +import step_2 from '@site/static/images/cloud/guides/sql_console/org_level_access/2_org_settings.png' |
| 11 | +import step_3 from '@site/static/images/cloud/guides/sql_console/org_level_access/3_org_settings.png' |
| 12 | +import step_4 from '@site/static/images/cloud/guides/sql_console/org_level_access/4_org_settings.png' |
| 13 | +import step_5 from '@site/static/images/cloud/guides/sql_console/org_level_access/5_org_settings.png' |
| 14 | +import step_6 from '@site/static/images/cloud/guides/sql_console/org_level_access/6_org_settings.png' |
| 15 | +import step_7 from '@site/static/images/cloud/guides/sql_console/org_level_access/7_org_settings.png' |
| 16 | + |
| 17 | +# Configuring organization and service role assignments within the console |
| 18 | + |
| 19 | +> This guide shows you how to configure role assignments at the organization and service level. |
| 20 | +
|
| 21 | +<VerticalStepper> |
| 22 | + |
| 23 | +## Access organization settings {#access-service-settings} |
| 24 | + |
| 25 | +From the services page, select the name of your organization: |
| 26 | + |
| 27 | +<Image img={step_1} size="md"/> |
| 28 | + |
| 29 | +Select the `Users and roles` menu item from the popup menu. |
| 30 | + |
| 31 | +<Image img={step_2} size="md"/> |
| 32 | + |
| 33 | +## Adjust access per user {#access-per-user} |
| 34 | + |
| 35 | +Select the menu item at the end of the row for the user that you which to modify |
| 36 | +access for: |
| 37 | + |
| 38 | +<Image img={step_3} size="lg"/> |
| 39 | + |
| 40 | +Select `edit`: |
| 41 | + |
| 42 | +<Image img={step_4} size="lg"/> |
| 43 | + |
| 44 | +A tab will display on the right hand side of the page: |
| 45 | + |
| 46 | +<Image img={step_5} size="lg"/> |
| 47 | + |
| 48 | +Select the drop-down menu items to adjust console-wide access permissions and which features a user can access from within the ClickHouse console. |
| 49 | +This manages high-level access and administrative settings for an organization: |
| 50 | + |
| 51 | +| Role | Description | |
| 52 | +|-------------|----------------------------------------------------------------------------------| |
| 53 | +| `Admin` | Perform all administrative activities for an organization, control all settings. | |
| 54 | +| `Developer` | View everything except Services, create API keys with equal or lower access. | |
| 55 | +| `Member` | Sign in only with ability to manage personal profile settings. | |
| 56 | +| `Billing` | View usage and invoices, and manage payment methods | |
| 57 | + |
| 58 | +Select the drop-down menu items to adjust the access scope of the service role of the selected user. |
| 59 | +This defines security and operational settings for individual services: |
| 60 | + |
| 61 | +| Access scope | |
| 62 | +|---------------------| |
| 63 | +| `All services` | |
| 64 | +| `Specific services` | |
| 65 | +| `No services` | |
| 66 | + |
| 67 | +When selecting `Specific services`, you can control the role of the user per |
| 68 | +service: |
| 69 | + |
| 70 | +<Image img={step_6} size="md"/> |
| 71 | + |
| 72 | +You can choose from the following roles: |
| 73 | + |
| 74 | +| Role | Description | |
| 75 | +|-------------|--------------------------------------------------------------------| |
| 76 | +| `Admin` | Full control over configuration and security. Can delete service. | |
| 77 | +| `Read-only` | Can see service data and security settings. Can't modify anything. | |
| 78 | +| `No access` | Doesn't know the service exists. | |
| 79 | + |
| 80 | +Save your changes with the `Save changes` button at the bottom of the tab: |
| 81 | + |
| 82 | +<Image img={step_7} size="md"/> |
| 83 | + |
| 84 | +</VerticalStepper> |
0 commit comments