ClickHouse / ClickHouse/ClickHouse
Change Password from Clickhouse client
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
### Company or project name
I came to know that password changes are made with SQL, which our DBA unit only has access to, READONLY credential has been given to me but i need to change it otherwise me and the DBAs know the password, the dilema here is they are the only person that can change the user password and i cannot change my given credential
### Use case
Security enhancement, and self service password change
### Describe the solution you'd like
password change should be possible after i connected to the DB though clickhouse-client like
`PASSWD 'new_password'`
### Describe alternatives you've considered
maybe use LDAP if supported but that would be complicated
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.