From 97ee05c93ef4e01ec95540cc40c78d80bcba6558 Mon Sep 17 00:00:00 2001 From: bvulaj Date: Mon, 31 Aug 2015 12:14:20 -0400 Subject: [PATCH 1/2] Consolidated roles on the lb-* prefix instead of the lightblue-* prefix. --- common/src/main/webapp/js/lightblue-roles.js | 2 +- metadata-mgmt-saml-auth/src/main/webapp/WEB-INF/web.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/main/webapp/js/lightblue-roles.js b/common/src/main/webapp/js/lightblue-roles.js index 2458103..8848b35 100644 --- a/common/src/main/webapp/js/lightblue-roles.js +++ b/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']; diff --git a/metadata-mgmt-saml-auth/src/main/webapp/WEB-INF/web.xml b/metadata-mgmt-saml-auth/src/main/webapp/WEB-INF/web.xml index 5c89b25..6f82504 100644 --- a/metadata-mgmt-saml-auth/src/main/webapp/WEB-INF/web.xml +++ b/metadata-mgmt-saml-auth/src/main/webapp/WEB-INF/web.xml @@ -70,7 +70,7 @@ DELETE - lightblue-metadata-admin + lb-metadata-admin @@ -78,7 +78,7 @@ authenticated - lightblue-metadata-admin + lb-metadata-admin From 5b08a83e1c82c5e469dd40ed4768e66886b6148e Mon Sep 17 00:00:00 2001 From: bvulaj Date: Mon, 31 Aug 2015 13:42:39 -0400 Subject: [PATCH 2/2] Updated to the most recent lightblue-client-http SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ae92f4..fb24a93 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ com.redhat.lightblue.client lightblue-client-http - 1.5.0-SNAPSHOT + 1.8.0-SNAPSHOT commons-lang