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/tag-policy Commit: c484cecae0ea726ea74a8a97f9724f9076edb584 Parents: a5c771b Author: sneethiraj <[email protected]> Authored: Mon May 18 01:57:48 2015 -0400 Committer: sneethiraj <[email protected]> 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>
