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

incubator-ranger git commit: RANGER-369: ranger agent connection to ssl enabled ranger admin fails

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 0d5844ae8 -> 984fd5b86


RANGER-369: ranger agent connection to ssl enabled ranger admin fails


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

Branch: refs/heads/master
Commit: 984fd5b861c131f94a10002f064cfab2d1899d6a
Parents: 0d5844a
Author: Dilli Dorai Arumugam <da...@hortonworks.com>
Authored: Fri Apr 3 10:18:11 2015 -0700
Committer: Dilli Dorai Arumugam <da...@hortonworks.com>
Committed: Fri Apr 3 10:18:11 2015 -0700

----------------------------------------------------------------------
 .../src/main/resources/service-defs/ranger-servicedef-hbase.json | 2 +-
 .../src/main/resources/service-defs/ranger-servicedef-hdfs.json  | 2 +-
 .../src/main/resources/service-defs/ranger-servicedef-hive.json  | 2 +-
 .../src/main/resources/service-defs/ranger-servicedef-kafka.json | 4 ++--
 .../src/main/resources/service-defs/ranger-servicedef-knox.json  | 2 +-
 .../src/main/resources/service-defs/ranger-servicedef-solr.json  | 2 +-
 .../src/main/resources/service-defs/ranger-servicedef-storm.json | 2 +-
 .../src/main/resources/service-defs/ranger-servicedef-yarn.json  | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/984fd5b8/agents-common/src/main/resources/service-defs/ranger-servicedef-hbase.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-hbase.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-hbase.json
index 42fb502..f860f1d 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-hbase.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-hbase.json
@@ -197,7 +197,7 @@
 		
 		{
 			"id": 9,
-			"name": "certificate.cn",
+			"name": "commonNameForCertificate",
 			"type": "string",
 			"subType": "",
 			"mandatory": false,

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/984fd5b8/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json
index a37d549..e0800fe 100755
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-hdfs.json
@@ -174,7 +174,7 @@
 
 		{
 			"id": 11,
-			"name": "certificate.cn",
+			"name": "commonNameForCertificate",
 			"type": "string",
 			"subType": "",
 			"mandatory": false,

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/984fd5b8/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json
index 27bd40f..8b68e99 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json
@@ -186,7 +186,7 @@
 
 		{
 			"id": 5,
-			"name": "certificate.cn",
+			"name": "commonNameForCertificate",
 			"type": "string",
 			"mandatory": false,
 			"validationRegEx":"",

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/984fd5b8/agents-common/src/main/resources/service-defs/ranger-servicedef-kafka.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-kafka.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-kafka.json
index 11b5d15..8dc29fe 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-kafka.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-kafka.json
@@ -82,7 +82,7 @@
 			"label":"Zookeeper Connect String"
 		},
 		{
-			"name":"certificate.cn",
+			"name":"commonNameForCertificate",
 			"type":"string",
 			"mandatory":false,
 			"label":"Common Name for Certificate"
@@ -109,4 +109,4 @@
 		}
 		
 	]
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/984fd5b8/agents-common/src/main/resources/service-defs/ranger-servicedef-knox.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-knox.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-knox.json
index 894b976..cd6401a 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-knox.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-knox.json
@@ -95,7 +95,7 @@
 
 		{
 			"id": 4,
-			"name": "certificate.cn",
+			"name": "commonNameForCertificate",
 			"type": "string",
 			"mandatory": false,
 			"validationRegEx":"",

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/984fd5b8/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
index 793ec28..2b9fa1a 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
@@ -99,7 +99,7 @@
 		},
 		{
 			"id": 4,
-			"name":"certificate.cn",
+			"name":"commonNameForCertificate",
 			"type":"string",
 			"mandatory":false,
 			"validationRegEx":"",

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/984fd5b8/agents-common/src/main/resources/service-defs/ranger-servicedef-storm.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-storm.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-storm.json
index 3a00276..fd51fea 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-storm.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-storm.json
@@ -159,7 +159,7 @@
 
 		{
 			"id": 4,
-			"name": "certificate.cn",
+			"name": "commonNameForCertificate",
 			"type": "string",
 			"mandatory": false,
 			"validationRegEx":"",

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/984fd5b8/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json
----------------------------------------------------------------------
diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json
index e0a18da..5d8b989 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-yarn.json
@@ -85,7 +85,7 @@
 
 		{
 			"id": 4,
-			"name": "certificate.cn",
+			"name": "commonNameForCertificate",
 			"type": "string",
 			"mandatory": false,
 			"validationRegEx":"",