Skip to content

Commit

Permalink
[relates #182] Configure hawtio.rolePrincipalClasses in addition to d…
Browse files Browse the repository at this point in the history
…efault value from hawtio-wildfly

This reverts commit 20a421c.
  • Loading branch information
grgrzybek committed Apr 20, 2015
1 parent b8b564b commit a0f453d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -55,6 +55,7 @@
<property name="hawtio.offline" value="true" />
<property name="hawtio.realm" value="hawtio-domain" />
<property name="hawtio.role" value="admin" />
<property name="hawtio.rolePrincipalClasses" value="org.jboss.security.SimplePrincipal" />
</system-properties>

<management>
Expand Down
Expand Up @@ -55,6 +55,7 @@
<property name="hawtio.offline" value="true" />
<property name="hawtio.realm" value="hawtio-domain" />
<property name="hawtio.role" value="admin" />
<property name="hawtio.rolePrincipalClasses" value="org.jboss.security.SimplePrincipal" />
</system-properties>

<management>
Expand Down

0 comments on commit a0f453d

Please sign in to comment.