RaigorJiang opened a new issue #15711: URL: https://github.com/apache/shardingsphere/issues/15711
Hi community, This issue is for [OpenForce 2022](https://github.com/apache/shardingsphere/discussions/12683#discussioncomment-2139441). ### Background [SCHEMA_PRIVILEGES_PERMITTED](https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/yaml-config/authentication/#schema_privileges_permitted) is a privilege provider provided by ShardingSphere, which allows administrators to grant access rights to different schemas for different users. But: - If a user has authorization for multiple schemas, the enumeration configuration is verbose - If a user has access to all schemas, also need to enumerate each one ### Aim - [ ] Optimize the configuration of `SCHEMA_PRIVILEGES_PERMITTED` to improve the experience of configuring multiple schemas for one user - [ ] All schemas can be granted to a user in the form of `*` - [ ] Update `SchemaPrivilegesPermittedAuthorityProviderAlgorithmTest` ### Basic Qualifications - Java - Maven - Junit.Test -- 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]
