seawinde opened a new pull request, #60923: URL: https://github.com/apache/doris/pull/60923
Cherry-pick from selectdb/enterprise-core#20746197c17b49e7647d8a91a5c2ab4d573158d5 ## Changes - Add `Config.skip_catalog_priv_check` flag - Modify `AccessControllerManager.checkCtlPriv` to respect the flag - When enabled, skips catalog level privilege check for external catalogs with custom access controller ## Background This change allows skipping catalog-level privilege checks when using a customized access controller. Useful for enterprise scenarios with custom authentication systems. ## Files Modified 1. `fe/fe-common/src/main/java/org/apache/doris/common/Config.java` 2. `fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/AccessControllerManager.java` /cc @morningman -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
