qlql489 opened a new issue, #18942:
URL: https://github.com/apache/shardingsphere/issues/18942
## Question
the 5.1.2 proxy docker version and ShardingSphere-Proxy Binary 5.1.2,use the
same config file , Binary is run success,docker throw exception:
```
Exception in thread "main"
org.apache.shardingsphere.spi.exception.ServiceProviderNotFoundException: No
implementation class load from SPI
`org.apache.shardingsphere.authority.spi.AuthorityProvideAlgorithm` with type
`ALL_PERMITTED`.
```
server.yaml rules:
```
rules:
- !AUTHORITY
users:
- root@:1234
- my_user@:pwd
provider:
type: ALL_PERMITTED
```
--
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]