Skip to content

Commit edd7f59

Browse files
authored
Merge pull request #4699 from ClickHouse/cloud-deployment-permissions
Adding permissions info to clickhouse cloud deployment for clickstack
2 parents 842ce88 + 3345177 commit edd7f59

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/use-cases/observability/clickstack/deployment/hyperdx-clickhouse-cloud.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import hyperdx_cloud_landing from '@site/static/images/use-cases/observability/h
1818
import hyperdx_cloud_datasource from '@site/static/images/use-cases/observability/hyperdx_cloud_datasource.png';
1919
import hyperdx_create_new_source from '@site/static/images/use-cases/observability/hyperdx_create_new_source.png';
2020
import hyperdx_create_trace_datasource from '@site/static/images/use-cases/observability/hyperdx_create_trace_datasource.png';
21+
import read_only from '@site/static/images/clickstack/read-only-access.png';
2122
import { TrackedLink } from '@site/src/components/GalaxyTrackedLink/GalaxyTrackedLink';
2223

2324
<PrivatePreviewBadge/>
@@ -286,6 +287,25 @@ For users looking to explore the HyperDX interface only, we recommend our [sampl
286287

287288
<Image img={hyperdx_cloud_landing} alt="ClickHouse Cloud HyperDX Landing" size="lg"/>
288289

290+
### User permissions {#user-permissions}
291+
292+
Users accessing HyperDX are automatically authenticated using their ClickHouse Cloud console credentials. Access is controlled through SQL console permissions configured in the service settings.
293+
294+
#### To configure user access {#configure-access}
295+
296+
1. Navigate to your service in the ClickHouse Cloud console
297+
2. Go to **Settings****SQL Console Access**
298+
3. Set the appropriate permission level for each user:
299+
- **Service Admin → Full Access** - Required for enabling alerts
300+
- **Service Read Only → Read Only** - Can view observability data and create dashboards
301+
- **No access** - Cannot access HyperDX
302+
303+
<Image img={read_only} alt="ClickHouse Cloud Read Only"/>
304+
305+
:::important Alerts require admin access
306+
To enable alerts, at least one user with **Service Admin** permissions (mapped to **Full Access** in the SQL Console Access dropdown) must log into HyperDX at least once. This provisions a dedicated user in the database that runs alert queries.
307+
:::
308+
289309
### Create a data source {#create-a-datasource}
290310

291311
HyperDX is Open Telemetry native but not Open Telemetry exclusive - users can use their own table schemas if desired.
83.9 KB
Loading

0 commit comments

Comments
 (0)