Madhan Neethiraj created RANGER-5103:
----------------------------------------
Summary: RangerPluginConfig to support additional config files
during initialization
Key: RANGER-5103
URL: https://issues.apache.org/jira/browse/RANGER-5103
Project: Ranger
Issue Type: Improvement
Components: plugins
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
Ranger plugins use RangerPluginConfig class to read configurations loaded from
files. This class initializes itself by loading following configuration files
in the classpath:
# ranger-<serviceType>-audit.xml
# ranger-<serviceType>-security.xml
# ranger-<serviceType>-policymgr-ssl.xml
# ranger-<serviceType>-<serviceName>-audit.xml
# ranger-<serviceType>-<serviceName>-security.xml
# ranger-<serviceType>-<serviceName>-policymgr-ssl.xml
Some plugins like Trino plugin have the option to load configurations from
other files. RangerPluginConfig should be extended to initialize itself with
additional configuration files.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)