mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-27 23:21:33 -07:00
molecule: update overridden template
This commit is contained in:
parent
cd1c2ae3e7
commit
842cb7bf23
1 changed files with 4 additions and 1 deletions
|
@ -179,6 +179,9 @@
|
||||||
</thread-pool>
|
</thread-pool>
|
||||||
</thread-pools>
|
</thread-pools>
|
||||||
<default-security-domain value="other"/>
|
<default-security-domain value="other"/>
|
||||||
|
<application-security-domains>
|
||||||
|
<application-security-domain name="other" security-domain="ApplicationDomain"/>
|
||||||
|
</application-security-domains>
|
||||||
<default-missing-method-permissions-deny-access value="true"/>
|
<default-missing-method-permissions-deny-access value="true"/>
|
||||||
<statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
|
<statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
|
||||||
<log-system-exceptions value="true"/>
|
<log-system-exceptions value="true"/>
|
||||||
|
@ -520,7 +523,7 @@
|
||||||
<http-listener name="default" socket-binding="http"/>
|
<http-listener name="default" socket-binding="http"/>
|
||||||
<host name="default-host" alias="localhost">
|
<host name="default-host" alias="localhost">
|
||||||
<location name="/" handler="welcome-content"/>
|
<location name="/" handler="welcome-content"/>
|
||||||
<http-invoker security-realm="ApplicationRealm"/>
|
<http-invoker http-authentication-factory="application-http-authentication"/>
|
||||||
</host>
|
</host>
|
||||||
</server>
|
</server>
|
||||||
<servlet-container name="default">
|
<servlet-container name="default">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue