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/049c13be Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/049c13be Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/049c13be Branch: refs/heads/tag-policy Commit: 049c13be5a2e3f6bade6f9589937bd0225563ce0 Parents: fa19908 Author: sneethiraj <[email protected]> Authored: Mon May 18 01:57:48 2015 -0400 Committer: Madhan Neethiraj <[email protected]> Committed: Mon May 18 06:27:43 2015 -0700 ---------------------------------------------------------------------- src/main/assembly/plugin-kafka.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/049c13be/src/main/assembly/plugin-kafka.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/plugin-kafka.xml b/src/main/assembly/plugin-kafka.xml index aa66e08..5c510d4 100644 --- a/src/main/assembly/plugin-kafka.xml +++ b/src/main/assembly/plugin-kafka.xml @@ -152,6 +152,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>
