apiVersion: v1 kind: ConfigMap metadata: name: auth-plugin-configuration data: ranger-datahub-security.xml: | ranger.plugin.datahub.policy.rest.url http://[RANGER_SERVICE_HOST]:[RANGER_SERVICE_PORT] URL to Ranger Admin ranger.plugin.datahub.service.name datahub Name of the Ranger service containing policies for this datahub instance ranger.plugin.datahub.policy.source.impl org.apache.ranger.admin.client.RangerAdminRESTClient Class to retrieve policies from the source ranger.plugin.datahub.policy.rest.ssl.config.file ranger-policymgr-ssl.xml Path to the file containing SSL details to contact Ranger Admin ranger.plugin.datahub.policy.pollIntervalMs 30000 How often to poll for changes in policies? ranger.plugin.datahub.policy.cache.dir /tmp Directory where Ranger policies are cached after successful retrieval from the source ranger.plugin.datahub.policy.rest.client.connection.timeoutMs 120000 RangerRestClient Connection Timeout in Milli Seconds ranger.plugin.datahub.policy.rest.client.read.timeoutMs 30000 RangerRestClient read Timeout in Milli Seconds ranger.plugin.datahub.service.name ranger_datahub Name of the Ranger service containing policies for this datahub instance