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/13 06:44:47 UTC

ranger git commit: RANGER-2277: Kylin repository config missing 'Common Name for Certificate'

Repository: ranger
Updated Branches:
  refs/heads/master dcb882817 -> 3afe270e7


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/3afe270e
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/3afe270e
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/3afe270e

Branch: refs/heads/master
Commit: 3afe270e7c69dc643713a25597d0cb2f307e0737
Parents: dcb8828
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Mon Nov 5 17:24:41 2018 +0800
Committer: peng.jianhua <pe...@zte.com.cn>
Committed: Tue Nov 13 14:35:59 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/ranger/blob/3afe270e/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"
 		}
 
 	],