RaigorJiang opened a new issue, #24322:
URL: https://github.com/apache/shardingsphere/issues/24322
Hi community,
Now Proxy already supports specifying different password authentication
methods for users, which provides users with more choices.
We have implemented:
- MySQL
- mysql_native_password
- mysql_clear_password
- PostgreSQL
- md5
- password
- openGauss
- md5
- scram-sha-256
Now, there are still the following to be added, and everyone is welcome to
participate:
- MySQL
- mysql_old_password
- authentication_windows_client
- sha256_password
- PostgreSQL
- scram-sha-256
The configuration in #24313 can be used as a reference:
```yaml
authority:
users:
- user: root@%
password: root
authenticationMethodName: md5
- user: sharding
password: sharding
authenticators:
md5:
type: MD5
props:
proxy-frontend-database-protocol-type: openGauss
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]