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

[ranger] branch master updated (49d092a -> d12f94f)

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

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


    from 49d092a  RANGER-2605 : Update maven version to 3.6.2
     new 3145c50  RANGER-2608 Adding profile to build security-admin assembly
     new 41b459b  RANGER-2584 Disable deny and exception in policies for NiFi
     new d12f94f  RANGER-2607 Disable deny and exception in policies for NiFi Registry

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ranger-servicedef-nifi-registry.json             |  3 +++
 .../service-defs/ranger-servicedef-nifi.json         |  3 +++
 pom.xml                                              | 20 ++++++++++++++++++++
 3 files changed, 26 insertions(+)


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

Posted by ve...@apache.org.
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":[
 
   ],


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

Posted by ve...@apache.org.
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":[
 
   ],


[ranger] 01/03: RANGER-2608 Adding profile to build security-admin assembly

Posted by ve...@apache.org.
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 3145c50365e91a741b1dfaa994afdb964d36799b
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Tue Oct 8 10:28:20 2019 -0400

    RANGER-2608 Adding profile to build security-admin assembly
    
    Signed-off-by: Velmurugan Periasamy <ve...@apache.org>
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6c94995..2140028 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,6 +304,26 @@
             </build>
         </profile>
         <profile>
+            <id>ranger-admin</id>
+            <modules>
+                <module>agents-common</module>
+                <module>security-admin</module>
+            </modules>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <version>2.2-beta-5</version>
+                        <configuration>
+                            <descriptors>
+                                <descriptor>src/main/assembly/admin-web.xml</descriptor>
+                            </descriptors>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
             <id>ranger-hdfs-plugin</id>
             <modules>
                 <module>agents-audit</module>