RaigorJiang opened a new issue #10469:
URL: https://github.com/apache/shardingsphere/issues/10469
Due to the authority API changed, the proxy documentation needs to be
updated.
### Currently
```
users:
- root@:root # <username>@<hostname>:<password>
- sharding@%:sharding
```
### New
```
rules:
- !AUTHORITY
users:
- root@%:root
- sharding@:sharding
provider:
type: NATIVE
```
### Files
- authentication.cn.md
- authentication.en.md
refer #10251
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]