Skip to content

Instantly share code, notes, and snippets.

@coheigea
Created September 28, 2016 11:10
Show Gist options
  • Save coheigea/d858ad9353835cc658833ab767c08ec2 to your computer and use it in GitHub Desktop.
Save coheigea/d858ad9353835cc658833ab767c08ec2 to your computer and use it in GitHub Desktop.
Senty Site configuration for Apache Kafka
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>sentry.service.security.mode</name>
<value>none</value>
</property>
<property>
<name>sentry.kafka.provider</name>
<value>org.apache.sentry.provider.file.LocalGroupResourceAuthorizationProvider</value>
</property>
<property>
<name>sentry.kafka.provider.backend</name>
<value>org.apache.sentry.provider.file.SimpleFileProviderBackend</value>
</property>
<property>
<name>sentry.kafka.provider.resource</name>
<value>file:/home/colm/dist/apache/kafka_2.11-0.10.0.1/config/sentry.ini</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment