You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2018/10/09 01:12:10 UTC

ranger git commit: RANGER-2222:Apache RangerKafkaPlugin support to handle Kafka Cluster as a new resource - added create permission in Cluster resource

Repository: ranger
Updated Branches:
  refs/heads/master b6d173023 -> 3d52b76a2


RANGER-2222:Apache RangerKafkaPlugin support to handle Kafka Cluster as a new resource - added create permission in Cluster resource


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

Branch: refs/heads/master
Commit: 3d52b76a2e9072a3548fc3818e6f9444c1c34277
Parents: b6d1730
Author: rmani <rm...@hortonworks.com>
Authored: Mon Oct 8 18:11:40 2018 -0700
Committer: rmani <rm...@hortonworks.com>
Committed: Mon Oct 8 18:11:40 2018 -0700

----------------------------------------------------------------------
 .../src/main/resources/service-defs/ranger-servicedef-kafka.json   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/3d52b76a/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 7e91aab..78ae9ea 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
@@ -56,7 +56,7 @@
 			},
 			"label":"Cluster",
 			"description":"Cluster",
-			"accessTypeRestrictions": ["configure", "alter_configs", "describe", "describe_configs", "kafka_admin", "idempotent_write"]
+			"accessTypeRestrictions": ["create", "configure", "alter_configs", "describe", "describe_configs", "kafka_admin", "idempotent_write"]
 		},
 		{
 			"itemId":4,