RaigorJiang commented on issue #19375: URL: https://github.com/apache/shardingsphere/issues/19375#issuecomment-1198445864
Hi @zhangchuangcheng0807 After this PR #19399 is merged, you can configure it like this: ```yaml user-database-mappings: app_001@%=app_db_001, app_002@%=app_db_002, proxy@%=*, ``` which means user `proxy@%` can access all databases. -- 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]
