Repository: incubator-ranger Updated Branches: refs/heads/master 2dcbb3436 -> f01ac18f3
RANGER-471 : Credential helper script should be bundled with plugins also Signed-off-by: Velmurugan Periasamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/f01ac18f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/f01ac18f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/f01ac18f Branch: refs/heads/master Commit: f01ac18f3386db9725debfb293d972691a88d18b Parents: 2dcbb34 Author: Gautam Borad <[email protected]> Authored: Tue May 12 21:08:14 2015 +0530 Committer: Velmurugan Periasamy <[email protected]> Committed: Tue May 12 12:29:15 2015 -0400 ---------------------------------------------------------------------- src/main/assembly/hbase-agent.xml | 5 +++++ src/main/assembly/hdfs-agent.xml | 5 +++++ src/main/assembly/hive-agent.xml | 5 +++++ src/main/assembly/knox-agent.xml | 5 +++++ src/main/assembly/plugin-yarn.xml | 5 +++++ src/main/assembly/storm-agent.xml | 5 +++++ 6 files changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/f01ac18f/src/main/assembly/hbase-agent.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/hbase-agent.xml b/src/main/assembly/hbase-agent.xml index 851ef6f..0f22066 100644 --- a/src/main/assembly/hbase-agent.xml +++ b/src/main/assembly/hbase-agent.xml @@ -136,6 +136,11 @@ <fileMode>755</fileMode> </file> <file> + <source>security-admin/scripts/ranger_credential_helper.py</source> + <outputDirectory>/</outputDirectory> + <fileMode>755</fileMode> + </file> + <file> <source>agents-common/scripts/enable-agent.sh</source> <outputDirectory>/</outputDirectory> <destName>disable-hbase-plugin.sh</destName> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/f01ac18f/src/main/assembly/hdfs-agent.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/hdfs-agent.xml b/src/main/assembly/hdfs-agent.xml index 036c2bd..2c18001 100644 --- a/src/main/assembly/hdfs-agent.xml +++ b/src/main/assembly/hdfs-agent.xml @@ -126,6 +126,11 @@ <fileMode>755</fileMode> </file> <file> + <source>security-admin/scripts/ranger_credential_helper.py</source> + <outputDirectory>/</outputDirectory> + <fileMode>755</fileMode> + </file> + <file> <source>agents-common/scripts/enable-agent.sh</source> <outputDirectory>/</outputDirectory> <destName>disable-hdfs-plugin.sh</destName> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/f01ac18f/src/main/assembly/hive-agent.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/hive-agent.xml b/src/main/assembly/hive-agent.xml index c48b1b5..d21c6b8 100644 --- a/src/main/assembly/hive-agent.xml +++ b/src/main/assembly/hive-agent.xml @@ -136,6 +136,11 @@ <fileMode>755</fileMode> </file> <file> + <source>security-admin/scripts/ranger_credential_helper.py</source> + <outputDirectory>/</outputDirectory> + <fileMode>755</fileMode> + </file> + <file> <source>agents-common/scripts/enable-agent.sh</source> <outputDirectory>/</outputDirectory> <destName>disable-hive-plugin.sh</destName> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/f01ac18f/src/main/assembly/knox-agent.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/knox-agent.xml b/src/main/assembly/knox-agent.xml index 6552406..c8dddc0 100644 --- a/src/main/assembly/knox-agent.xml +++ b/src/main/assembly/knox-agent.xml @@ -142,6 +142,11 @@ <fileMode>755</fileMode> </file> <file> + <source>security-admin/scripts/ranger_credential_helper.py</source> + <outputDirectory>/</outputDirectory> + <fileMode>755</fileMode> + </file> + <file> <source>agents-common/scripts/enable-agent.sh</source> <outputDirectory>/</outputDirectory> <destName>disable-knox-plugin.sh</destName> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/f01ac18f/src/main/assembly/plugin-yarn.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/plugin-yarn.xml b/src/main/assembly/plugin-yarn.xml index d47af30..a791bba 100644 --- a/src/main/assembly/plugin-yarn.xml +++ b/src/main/assembly/plugin-yarn.xml @@ -140,6 +140,11 @@ <fileMode>755</fileMode> </file> <file> + <source>security-admin/scripts/ranger_credential_helper.py</source> + <outputDirectory>/</outputDirectory> + <fileMode>755</fileMode> + </file> + <file> <source>plugin-yarn/scripts/yarn-plugin-install.properties</source> <outputDirectory>/</outputDirectory> <destName>yarn-plugin-install.properties</destName> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/f01ac18f/src/main/assembly/storm-agent.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/storm-agent.xml b/src/main/assembly/storm-agent.xml index 998b957..e444e6a 100644 --- a/src/main/assembly/storm-agent.xml +++ b/src/main/assembly/storm-agent.xml @@ -150,6 +150,11 @@ <fileMode>755</fileMode> </file> <file> + <source>security-admin/scripts/ranger_credential_helper.py</source> + <outputDirectory>/</outputDirectory> + <fileMode>755</fileMode> + </file> + <file> <source>agents-common/scripts/enable-agent.sh</source> <outputDirectory>/</outputDirectory> <destName>disable-storm-plugin.sh</destName>
