Description
Ranger plugins read configurations (like URL to Ranger) from properties having prefix 'ranger.plugin.' + serviceType. serviceType is provided as a parameter when a plugin is instantiated, which results in plugin to use the given serviceType in property prefix - for example _ ranger.plugin.hive.policy.rest.url{_}. However, context enrichers (like tag-enrichers) don't use the same property prefix; instead, derive the prefix from serviceType found in the policies downloaded from Ranger. Though these approaches usually arrive at the same property prefix, it will help or the plugin library to use consistent property prefix across all references.