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 41b459b0642cbce5fc63d1b0db04d4e06738cef9
Author: Bryan Bende <bbe...@apache.org>
AuthorDate: Tue Oct 8 10:36:08 2019 -0400

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

diff --git 
a/agents-common/src/main/resources/service-defs/ranger-servicedef-nifi.json 
b/agents-common/src/main/resources/service-defs/ranger-servicedef-nifi.json
index 697a6b1..5f1e46f 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-nifi.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-nifi.json
@@ -153,6 +153,9 @@
         "defaultIndex": 0
       }
   ],
+  "options": {
+    "enableDenyAndExceptionsInPolicies": "false"
+  },
   "contextEnrichers":[
 
   ],

Reply via email to