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

[ranger] branch master updated: RANGER-2624:Issue downloading Ranger Roles in non-kerberized cluster

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

rmani 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 bbc5650  RANGER-2624:Issue downloading Ranger Roles in non-kerberized cluster
bbc5650 is described below

commit bbc5650d71e69c8d852d0bb804faddc8ce078da6
Author: rmani <rm...@hortonworks.com>
AuthorDate: Thu Oct 17 00:38:13 2019 -0700

    RANGER-2624:Issue downloading Ranger Roles in non-kerberized cluster
    
    Signed-off-by: rmani <rm...@hortonworks.com>
---
 .../src/main/resources/conf.dist/security-applicationContext.xml         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security-admin/src/main/resources/conf.dist/security-applicationContext.xml b/security-admin/src/main/resources/conf.dist/security-applicationContext.xml
index 24be67d..2e7a891 100644
--- a/security-admin/src/main/resources/conf.dist/security-applicationContext.xml
+++ b/security-admin/src/main/resources/conf.dist/security-applicationContext.xml
@@ -44,6 +44,7 @@ http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd">
 	<security:http pattern="/service/plugins/services/grant/*" security="none"/>
 	<security:http pattern="/service/plugins/services/revoke/*" security="none"/>
 	<security:http pattern="/service/tags/download/*" security="none"/>
+	<security:http pattern="/service/roles/download/*" security="none"/>
 	<security:http pattern="/service/metrics/status" security="none" />
 	<security:http disable-url-rewriting="true" use-expressions="true" create-session="always" entry-point-ref="authenticationProcessingFilterEntryPoint">
 		<csrf disabled="true"/>