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/19 11:50:56 UTC

[ranger] 06/39: RANGER-2222:Apache RangerKafkaPlugin support to handle Kafka Cluster as a new resource - added create permission in Cluster resource

This is an automated email from the ASF dual-hosted git repository.

mehul pushed a commit to branch ranger-1.1
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 861876d69aa8c552e70edcf4cfcf99bd9fdd0ccc
Author: rmani <rm...@hortonworks.com>
AuthorDate: Mon Oct 8 18:11:40 2018 -0700

    RANGER-2222:Apache RangerKafkaPlugin support to handle Kafka Cluster as a new resource - added create permission in Cluster resource
---
 .../src/main/resources/service-defs/ranger-servicedef-kafka.json        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,