diff --git a/docs/en/cloud/manage/user-permissions.md b/docs/en/cloud/manage/user-permissions.md index 7b83dcca45b..5d820d67595 100644 --- a/docs/en/cloud/manage/user-permissions.md +++ b/docs/en/cloud/manage/user-permissions.md @@ -16,12 +16,6 @@ In ClickHouse Cloud, there are currently two account types: **Admin** and **Deve | Restart service | ✅ | ❌ | | Reset service password | ✅ | ❌ | | View service metrics | ✅ | ❌ | - -## SQL Console - -| Feature | Admin | Developer | -|---------|:-----|:---------| -| Connect to SQL Console | Connect without password using identical permissions to the *default* user | Database username and password required | ## Cloud API diff --git a/docs/en/get-started/sql-console.md b/docs/en/get-started/sql-console.md index 3e2605f8a53..62ba6e1f7fd 100644 --- a/docs/en/get-started/sql-console.md +++ b/docs/en/get-started/sql-console.md @@ -16,11 +16,7 @@ The SQL console can be opened directly from your Service overview screen. Simpl ![Open the SQL console from a service](@site/docs/en/cloud/images/sqlconsole/open-sql-console-from-service.png) -The SQL Console will open in a new tab and prompt you to input your service credentials: - - ![Enter credentials](@site/docs/en/cloud/images/sqlconsole/enter-credentials.png) - -After inputting your credentials, click ‘Connect’ and the SQL Console will attempt to connect and authenticate. If this is successful, you should now be able to see the SQL Console interface: +The SQL Console will attempt to connect and authenticate. If this is successful, you should now be able to see the SQL Console interface: ![Authentication success](@site/docs/en/cloud/images/sqlconsole/authentication-success.png)