Skip to content

Commit

Permalink
Merge pull request #2743 from ClickHouse/nataly/api-role-note
Browse files Browse the repository at this point in the history
Add note on API permission scope.
  • Loading branch information
justindeguzman authored Nov 4, 2024
2 parents 74cfb63 + 0352f79 commit 1758dff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/cloud/manage/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ This document covers the ClickHouse Cloud API. For database API endpoints, pleas
![Initial API Screen](@site/docs/en/_snippets/images/openapi2.png)

3. To create an API key, specify the key name, permissions for the key, and expiration time, then click `Generate API Key`.
:::note
Permissions align with ClickHouse Cloud [predefined roles](/en/cloud/security/cloud-access-management#predefined-roles). The developer role has read-only permissions and the admin role has full read and write permissions.
:::

![Create API Key](@site/docs/en/_snippets/images/openapi3.png)

Expand Down

0 comments on commit 1758dff

Please sign in to comment.