Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove password restriction from SQL Console #1599

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading