You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2018/12/17 11:53:05 UTC

[26/28] ranger git commit: RANGER-2277: Kylin repository config missing 'Common Name for Certificate'

RANGER-2277: Kylin 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/65e4ee2f
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/65e4ee2f
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/65e4ee2f

Branch: refs/heads/ranger-1
Commit: 65e4ee2fd31426135d8be69c66e4eed246c84f9c
Parents: 64e4107
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Mon Nov 5 17:24:41 2018 +0800
Committer: Mehul Parikh <me...@apache.org>
Committed: Thu Dec 13 18:05:06 2018 +0530

----------------------------------------------------------------------
 .../resources/service-defs/ranger-servicedef-kylin.json  | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/65e4ee2f/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json
index 3e0f0a3..a6e76a0 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-kylin.json
@@ -88,6 +88,17 @@
 			"validationMessage": "",
 			"uiHint":"{\"TextFieldWithIcon\":true, \"info\": \"1.For one url, eg.<br>'http://&lt;ipaddr&gt;:7070'<br>2.For multiple urls (use , or ; delimiter), eg.<br>'http://&lt;ipaddr1&gt;:7070,http://&lt;ipaddr2&gt;:7070'\"}",
 			"label": "Kylin URL"
+		},
+
+		{
+			"itemId": 4,
+			"name": "commonNameForCertificate",
+			"type": "string",
+			"mandatory": false,
+			"validationRegEx":"",
+			"validationMessage": "",
+			"uiHint":"",
+			"label": "Common Name for Certificate"
 		}
 
 	],