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:31 UTC

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

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 <bb...@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 <ve...@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":[
 
   ],