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

Commit

Permalink
HAWKULAR-581 needed to secure the websocket comm
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Sep 1, 2015
1 parent 48857df commit 4466c95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dist/src/main/resources/wildfly/patches/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,16 @@
<xsl:value-of select="$uuid.hawkular.accounts.backend"/>
</credential>
</secure-deployment>
<secure-deployment name="hawkular-feed-comm-war.war">
<realm>hawkular</realm>
<resource>hawkular-accounts-backend</resource>
<use-resource-role-mappings>true</use-resource-role-mappings>
<enable-cors>true</enable-cors>
<enable-basic-auth>true</enable-basic-auth>
<credential name="secret">
<xsl:value-of select="$uuid.hawkular.accounts.backend"/>
</credential>
</secure-deployment>
</subsystem>
</xsl:copy>
</xsl:template>
Expand Down

0 comments on commit 4466c95

Please sign in to comment.