Skip to content

Commit

Permalink
Merge 5b08a83 into 6761ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
bvulaj committed Aug 31, 2015
2 parents 6761ec2 + 5b08a83 commit 56393c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/src/main/webapp/js/lightblue-roles.js
@@ -1,2 +1,2 @@
// This file will be loaded only if RolesServlet isn't. Useful for development without a servlet container.
window.roles = ['lightblue-metadata-admin', 'authenticated'];
window.roles = ['lb-metadata-admin', 'authenticated'];
4 changes: 2 additions & 2 deletions metadata-mgmt-saml-auth/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -70,15 +70,15 @@
<http-method>DELETE</http-method>
</web-resource-collection>
<auth-constraint>
<role-name>lightblue-metadata-admin</role-name>
<role-name>lb-metadata-admin</role-name>
</auth-constraint>
</security-constraint>

<security-role>
<role-name>authenticated</role-name>
</security-role>
<security-role>
<role-name>lightblue-metadata-admin</role-name>
<role-name>lb-metadata-admin</role-name>
</security-role>

</web-app>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-http</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down

0 comments on commit 56393c8

Please sign in to comment.