Skip to content

Commit

Permalink
Remove password restriction from SQL Console
Browse files Browse the repository at this point in the history
  • Loading branch information
justindeguzman committed Oct 20, 2023
1 parent 6c0d30a commit ec4a06a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions docs/en/cloud/manage/user-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 1 addition & 5 deletions docs/en/get-started/sql-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ec4a06a

Please sign in to comment.