This is an automated email from the ASF dual-hosted git repository.
dineshkumar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new ee7bf6909 RANGER-4348: Filter audits for cc_metric_reporter user on
Kafka service repo
ee7bf6909 is described below
commit ee7bf6909d652054e36b36c1972791f5e44d6a2a
Author: Sanket-Shelar <[email protected]>
AuthorDate: Tue Oct 3 15:49:13 2023 +0530
RANGER-4348: Filter audits for cc_metric_reporter user on Kafka service repo
Signed-off-by: Dineshkumar Yadav <[email protected]>
---
.../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 b169c6ba9..a131ed08b 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
@@ -223,7 +223,7 @@
"validationMessage": "",
"uiHint":"",
"label": "Ranger Default Audit Filters",
- "defaultValue": "[{'accessResult': 'DENIED',
'isAudited':
true},{'resources':{'topic':{'values':['ATLAS_ENTITIES','ATLAS_HOOK','ATLAS_SPARK_HOOK']}},'users':['atlas'],'actions':['describe','publish','consume'],'isAudited':false},{'resources':{'topic':{'values':['ATLAS_HOOK']}},'users':['hive','hbase','impala','nifi'],'actions':['publish','describe'],'isAudited':false},{'resources':{'topic':{'values':['ATLAS_ENTITIES']}},'users':['rangertagsync'],'actions':['consume','describe'],'isAud
[...]
+ "defaultValue": "[{'accessResult': 'DENIED',
'isAudited':
true},{'resources':{'topic':{'values':['ATLAS_ENTITIES','ATLAS_HOOK','ATLAS_SPARK_HOOK']}},'users':['atlas'],'actions':['describe','publish','consume'],'isAudited':false},{'resources':{'topic':{'values':['ATLAS_HOOK']}},'users':['hive','hbase','impala','nifi'],'actions':['publish','describe'],'isAudited':false},{'resources':{'topic':{'values':['ATLAS_ENTITIES']}},'users':['rangertagsync'],'actions':['consume','describe'],'isAud
[...]
}
],
"enums":[