Skip to content

Commit

Permalink
[resolves wildfly-extras#182] Configure JAAS principal class name for…
Browse files Browse the repository at this point in the history
… required roles check in hawtio
  • Loading branch information
grgrzybek committed Mar 25, 2015
1 parent b404413 commit 7229e5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Expand Up @@ -51,10 +51,11 @@

<system-properties>
<!-- Hawt.io Security -->
<property name="hawtio.authenticationEnabled" value="true" />
<property name="hawtio.authenticationEnabled" value="true" />
<property name="hawtio.offline" value="true" />
<property name="hawtio.realm" value="hawtio-domain" />
<property name="hawtio.role" value="admin" />
<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 @@ -51,10 +51,11 @@

<system-properties>
<!-- Hawt.io Security -->
<property name="hawtio.authenticationEnabled" value="true" />
<property name="hawtio.authenticationEnabled" value="true" />
<property name="hawtio.offline" value="true" />
<property name="hawtio.realm" value="hawtio-domain" />
<property name="hawtio.role" value="admin" />
<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 7229e5f

Please sign in to comment.