Repository: ranger Updated Branches: refs/heads/master dcb882817 -> 3afe270e7
RANGER-2277: Kylin repository config missing 'Common Name for Certificate' Signed-off-by: peng.jianhua <peng.jian...@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 <zhangqia...@zte.com.cn> Authored: Mon Nov 5 17:24:41 2018 +0800 Committer: peng.jianhua <peng.jian...@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://<ipaddr>:7070'<br>2.For multiple urls (use , or ; delimiter), eg.<br>'http://<ipaddr1>:7070,http://<ipaddr2>:7070'\"}", "label": "Kylin URL" + }, + + { + "itemId": 4, + "name": "commonNameForCertificate", + "type": "string", + "mandatory": false, + "validationRegEx":"", + "validationMessage": "", + "uiHint":"", + "label": "Common Name for Certificate" } ],