mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-30 03:14:48 +00:00
Add missing ejb application-security-domain
This commit is contained in:
@@ -218,6 +218,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"/>
|
||||||
|
|||||||
@@ -205,6 +205,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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user