You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2015/05/18 08:09:37 UTC

incubator-ranger git commit: RANGER-246 : adding credential helper as part of kafka plugin deployment (Gautam Borad via Selvamohan Neethiraj)

Repository: incubator-ranger
Updated Branches:
  refs/heads/master a5c771bc5 -> c484cecae


RANGER-246 : adding credential helper as part of kafka plugin deployment (Gautam Borad via Selvamohan Neethiraj)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/c484ceca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/c484ceca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/c484ceca

Branch: refs/heads/master
Commit: c484cecae0ea726ea74a8a97f9724f9076edb584
Parents: a5c771b
Author: sneethiraj <sn...@apache.org>
Authored: Mon May 18 01:57:48 2015 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Mon May 18 02:07:57 2015 -0400

----------------------------------------------------------------------
 src/main/assembly/plugin-kafka.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/c484ceca/src/main/assembly/plugin-kafka.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/plugin-kafka.xml b/src/main/assembly/plugin-kafka.xml
index b3620bc..aa66e08 100644
--- a/src/main/assembly/plugin-kafka.xml
+++ b/src/main/assembly/plugin-kafka.xml
@@ -147,6 +147,11 @@
         <fileMode>755</fileMode>
     </file>
     <file>
+        <source>security-admin/scripts/ranger_credential_helper.py</source>
+        <outputDirectory>/</outputDirectory>
+        <fileMode>755</fileMode>
+    </file>
+    <file>
         <source>plugin-kafka/scripts/install.properties</source>
         <outputDirectory>/</outputDirectory>
         <destName>install.properties</destName>