mneethiraj opened a new pull request, #926: URL: https://github.com/apache/ranger/pull/926
## What changes were proposed in this pull request? Updated `RangerAuthzConfig`, used in `RangerEmbeddedAuthorizer`, to process properties loaded from plugin configuration files like `ranger-<service-type>-security.xml`, `ranger-<service-type>-audit.xml`. Such properties will be provided to specific service type plugins created internally by `RangerEmbeddedAuthorizer`. ## How was this patch tested? - all existing tests complete successfully - update Kafka plugin to replace `RangerBasePlugin` usage with `RangerEmbeddedAuthorizer` and verified that properties loaded from existing configuration file are provided the plugin created internally by `RangerEmbeddedAuthorizer`. This update to Kafka plugin will be tracked in a separate PR. -- 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]
