RaigorJiang commented on issue #15711: URL: https://github.com/apache/shardingsphere/issues/15711#issuecomment-1059989573
Hi @utkershrajvenshi The files you pointed out are absolutely correct, including the java files and documentation. In fact, there are three other files that need to be adjusted accordingly: - `SchemaPrivilegeBuilder.java` It builds userPrivilegeMap based on configuration in props - `SchemaPrivilegesPermittedShardingSpherePrivileges.java` Its methods are used to determine whether the user has the corresponding privileges. - `SchemaPrivilegesPermittedAuthorityProviderAlgorithmTest.java` Test cases for `SchemaPrivilegesPermittedAuthorityProviderAlgorithm`. -- 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]
