-
Bug
-
Resolution: Done
-
Major
-
None
-
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
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 the 8.1 branch or WildFly 35 and later due to the WFCORE-7038 fix.
- clones
-
JBEAP-30354 [8.1] Configuration of interface is not possible with YAML configuration
-
- Verified
-
- is incorporated by
-
JBEAP-30024 (8.0.z) Upgrade WildFly Core from 21.0.16.Final-redhat-00001 to 21.0.17.Final-redhat-00001
-
- Closed
-