You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ve...@apache.org on 2019/10/08 17:18:32 UTC

[ranger] 03/03: RANGER-2607 Disable deny and exception in policies for NiFi Registry

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

vel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit d12f94f681c8406e16d5c0591019dae7ce2d3541
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Tue Oct 8 10:40:36 2019 -0400

    RANGER-2607 Disable deny and exception in policies for NiFi Registry
    
    Signed-off-by: Velmurugan Periasamy <ve...@apache.org>
---
 .../main/resources/service-defs/ranger-servicedef-nifi-registry.json   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-nifi-registry.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-nifi-registry.json
index 868543d..8235edc 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-nifi-registry.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-nifi-registry.json
@@ -158,6 +158,9 @@
         "defaultIndex": 0
       }
   ],
+  "options": {
+    "enableDenyAndExceptionsInPolicies": "false"
+  },
   "contextEnrichers":[
 
   ],