You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pe...@apache.org on 2018/11/20 03:20:35 UTC

ranger git commit: RANGER-2288: Sqoop repository config missing 'Common Name for Certificate'

Repository: ranger
Updated Branches:
  refs/heads/master b517a47f1 -> 6d310e23f


RANGER-2288: Sqoop repository config missing 'Common Name for Certificate'

Signed-off-by: peng.jianhua <pe...@zte.com.cn>


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

Branch: refs/heads/master
Commit: 6d310e23f1b3619895f85e7108a1d5a54999e121
Parents: b517a47
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Fri Nov 16 15:10:44 2018 +0800
Committer: peng.jianhua <pe...@zte.com.cn>
Committed: Tue Nov 20 11:19:34 2018 +0800

----------------------------------------------------------------------
 .../service-defs/ranger-servicedef-sqoop.json          | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/6d310e23/agents-common/src/main/resources/service-defs/ranger-servicedef-sqoop.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-sqoop.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-sqoop.json
index 902a0b8..8cff9ab 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-sqoop.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-sqoop.json
@@ -103,7 +103,18 @@
 			"validationMessage": "",
 			"uiHint":"{\"TextFieldWithIcon\":true, \"info\": \"eg. 'http://&lt;ipaddr&gt;:12000'\"}",
 			"label": "Sqoop URL"
-		}
+		},
+
+        {
+            "itemId": 3,
+            "name": "commonNameForCertificate",
+            "type": "string",
+            "mandatory": false,
+            "validationRegEx":"",
+            "validationMessage": "",
+            "uiHint":"",
+            "label": "Common Name for Certificate"
+        }
 
 	],
 	"options": { "enableDenyAndExceptionsInPolicies": "false" },