You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2015/05/23 04:05:52 UTC

[18/26] incubator-ranger git commit: RANGER-498: added ranger_credential_helper.py - needed for initial setup

RANGER-498: added ranger_credential_helper.py - needed for initial setup


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

Branch: refs/heads/tag-policy
Commit: e9d9aed394cc6ecf26ec7d2711f951de3866520d
Parents: 6e01792
Author: sneethiraj <sn...@apache.org>
Authored: Wed May 20 17:05:40 2015 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Wed May 20 17:09:27 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/e9d9aed3/src/main/assembly/kms.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/kms.xml b/src/main/assembly/kms.xml
index 87d8ea3..0e609ff 100755
--- a/src/main/assembly/kms.xml
+++ b/src/main/assembly/kms.xml
@@ -349,5 +349,10 @@
         <destName>enable-kms-plugin.sh</destName>
         <fileMode>755</fileMode>
     </file>    
+    <file>
+        <source>security-admin/scripts/ranger_credential_helper.py</source>
+        <outputDirectory>/</outputDirectory>
+        <fileMode>755</fileMode>
+    </file>
   </files>
 </assembly>