-
Bug
-
Resolution: Done
-
Blocker
-
None
Using YAML configuration overrides to set an interface criteria does not work.
For example,imagine booting with our OOTB standalone.xml but with a YAML config file with this content:
wildfly-configuration: interface: management: inet-address: "0.0.0.0"
The server ignores the setting and listens on the value specified in standalone.xml:
16:13:20,116 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 16:13:20,117 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
Note: Downstream, in addition to this the server ends up in 'reload-required' state at the end of boot, which leads to further problems. That doesn't occur in WildFly 35 and later due to the WFCORE-7038 fix.
- clones
-
WFCORE-7276 Configuration of interface is not possible with YAML configuration
-
- Resolved
-
- is cloned by
-
JBEAP-30355 [GSS](8.0.z) Configuration of interface is not possible with YAML configuration
-
- Closed
-
- is incorporated by
-
JBEAP-30319 (8.1.z) Upgrade WildFly Core from 27.1.0.Final-redhat-00005 to 27.1.0.Final-redhat-00006
-
- Verified
-