Skip to content

Commit 78af75b

Browse files
committed
Incorporate review feedback
1 parent 94d6491 commit 78af75b

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

docs/cloud/features/06_security/02_cloud-access-management/cloud-access-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import user_grant_permissions_options from '@site/static/images/cloud/security/c
1010

1111
# Access control in ClickHouse Cloud {#access-control-in-clickhouse-cloud}
1212

13-
ClickHouse controls user access in two places, via the console and via the database.
14-
Console access is managed via the clickhouse.cloud user interface. Database access is managed via database user accounts and roles.
15-
Additionally, console users can be granted roles within the database that enable the console user to interact with the database via our SQL console.
13+
ClickHouse Cloud controls access to the console itself and the features available within it.
14+
A **console user** is the foundation of this access with all permissions, roles, and access controls assigned to and managed through these users.
15+
When [database-level permissions are associated with console users](/cloud/security/common-access-management-queries#modifying-users-and-roles), those then govern their data access when querying via the SQL console.
1616

1717
## Console users and roles {#console-users-and-roles}
1818

docs/cloud/features/06_security/02_cloud-access-management/cloud-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If your company uses Google Workspace or Microsoft 365, you can leverage your cu
3333
## Multi-factor authentication {#multi-factor-authentication}
3434

3535
Users with email + password or social authentication can further secure their account using multi-factor authentication (MFA). To set up MFA:
36-
1. Log into console.clickhouse.cloud
36+
1. Log into [console.clickhouse.cloud](https://console.clickhouse.cloud/)
3737
2. Click your initials in the upper left corner next to the ClickHouse logo
3838
3. Select Profile
3939
4. Select Security on the left

docs/cloud/guides/SQL_console/configure_org_and_service_role_assignments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import step_5 from '@site/static/images/cloud/guides/sql_console/org_level_acces
1414
import step_6 from '@site/static/images/cloud/guides/sql_console/org_level_access/6_org_settings.png'
1515
import step_7 from '@site/static/images/cloud/guides/sql_console/org_level_access/7_org_settings.png'
1616

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+
1721
<VerticalStepper>
1822

1923
## Access organization settings {#access-service-settings}
@@ -41,7 +45,7 @@ A tab will display on the right hand side of the page:
4145

4246
<Image img={step_5} size="lg"/>
4347

44-
Select the drop-down menu items to adjust the organization role of the selected user.
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.
4549
This manages high-level access and administrative settings for an organization:
4650

4751
| Role | Description |

docs/cloud/guides/SQL_console/configure_sql_console_role_assignments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ import step_5 from '@site/static/images/cloud/guides/sql_console/service_level_a
1414
import step_6 from '@site/static/images/cloud/guides/sql_console/service_level_access/6_service_settings.png'
1515
import step_7 from '@site/static/images/cloud/guides/sql_console/service_level_access/7_service_settings.png'
1616

17+
# Configuring SQL console role assignments
18+
19+
> This guide shows you how to configure SQL console role assignments, which
20+
determine console-wide access permissions and the features that a user can
21+
access within Cloud console.
22+
1723
<VerticalStepper>
1824

1925
## Access service settings {#access-service-settings}

0 commit comments

Comments
 (0)