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

Commit

Permalink
HAWKULAR-61-Roles - Added role cache, needed by Accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Mar 19, 2015
1 parent aadb11e commit 9feadec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kettle/src/main/scripts/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@
</xsl:template>
<!-- End of Keycloak-related changes -->

<!-- Add a cache for Hawkular Accounts -->
<xsl:template match="node()[name(.)='cache-container'][1]">
<xsl:copy>
<xsl:copy-of select="node()|@*"/>
</xsl:copy>
<cache-container name="hawkular-accounts" default-cache="role-cache">
<local-cache name="role-cache"/>
</cache-container>
</xsl:template>

<!-- add our JMS queues/topices that are required to be defined as admin-objects -->
<xsl:template name="admin-objects">
<admin-objects>
Expand Down

0 comments on commit 9feadec

Please sign in to comment.