Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #130 from pilhuhn/HAWKULAR-249
Browse files Browse the repository at this point in the history
HAWKULAR-249 Use a relative resource for auth
  • Loading branch information
pilhuhn committed May 26, 2015
2 parents d43fe80 + 831c30e commit 5c2d3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/docker/README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
== Build the Kettle Docker image
Make sure you are in hawkular/kettle directory
Make sure you are in hawkular/dist directory
[source,shell]
----
mvn package docker:build
Expand Down
3 changes: 2 additions & 1 deletion dist/src/main/resources/wildfly/patches/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@
<web-context>auth</web-context>
</auth-server>
<realm name="hawkular">
<auth-server-url>http://localhost:8080/auth</auth-server-url>
<auth-server-url>/auth</auth-server-url>
<auth-server-url-for-backend-requests>http://localhost:8080/auth</auth-server-url-for-backend-requests>
<ssl-required>none</ssl-required>
</realm>
<secure-deployment name="hawkular-accounts.war">
Expand Down

0 comments on commit 5c2d3a3

Please sign in to comment.