From a240a00983f1c3c11810c2f653de7c620dd239bd Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Fri, 15 Aug 2014 13:43:18 -0400 Subject: [PATCH 1/2] Add web-console and http-endpoint default configurations for WildFly build. --- .../subsystem-templates/keycloak.xml | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/integration/wildfly-subsystem/src/main/resources/subsystem-templates/keycloak.xml b/integration/wildfly-subsystem/src/main/resources/subsystem-templates/keycloak.xml index 9f3d0ed5a7e..8cb8c8b1418 100644 --- a/integration/wildfly-subsystem/src/main/resources/subsystem-templates/keycloak.xml +++ b/integration/wildfly-subsystem/src/main/resources/subsystem-templates/keycloak.xml @@ -2,5 +2,33 @@ org.keycloak.keycloak-wildfly-subsystem - + + + + + + + + + master + MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4siLKUew0WYxdtq6/rwk4Uj/4amGFFnE/yzIxQVU0PUqz3QBRVkUWpDj0K6ZnS5nzJV/y6DHLEy7hjZTdRDphyF1sq09aDOYnVpzu8o2sIlMM8q5RnUyEfIyUZqwo8pSZDJ90fS0s+IDUJNCSIrAKO3w1lqZDHL6E/YFHXyzkvQIDAQAB + http://localhost:8080/auth + EXTERNAL + web-console + 0aa31d98-e0aa-404c-b6e0-e771dba1e798 + true + + + master + MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4siLKUew0WYxdtq6/rwk4Uj/4amGFFnE/yzIxQVU0PUqz3QBRVkUWpDj0K6ZnS5nzJV/y6DHLEy7hjZTdRDphyF1sq09aDOYnVpzu8o2sIlMM8q5RnUyEfIyUZqwo8pSZDJ90fS0s+IDUJNCSIrAKO3w1lqZDHL6E/YFHXyzkvQIDAQAB + http://localhost:8080/auth + EXTERNAL + http-endpoint + 2769a4a2-5be0-454f-838f-f33b7755b667 + true + + + + + From aac3c2e0ee0072030b1e44805f111aabd4820ebf Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Fri, 15 Aug 2014 14:51:38 -0400 Subject: [PATCH 2/2] Don't block server artifact from being pushed to the repo. --- server/pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/server/pom.xml b/server/pom.xml index e21b7a208f6..55d6f9891cf 100755 --- a/server/pom.xml +++ b/server/pom.xml @@ -38,14 +38,7 @@ false - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - +