-
Bug
-
Resolution: Done
-
Minor
-
18.1.0.Final
-
None
I'm getting a write-attribute error (not found) when trying to add single-sign-on to application-security-domain through yaml configuration. Yaml config that I attached is working fine if single-sign-on is already defined in standalone.xml. The extension is trying to do write-attribute on non existent element, I think it should use add instead in this case.
yaml:
wildfly-configuration: subsystem: undertow: application-security-domain: other: setting: single-sign-on: key-alias: localhost key-store: applicationKS credential-reference: clear-text: secret
console output:
2022-05-23 20:51:24,325 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("write-attribute") failed - address: ([ ("subsystem" => "undertow"), ("application-security-domain" => "other"), ("setting" => "single-sign-on") ]) - failure description: "WFLYCTL0216: Management resource '[ (\"subsystem\" => \"undertow\"), (\"application-security-domain\" => \"other\"), (\"setting\" => \"single-sign-on\") ]' not found"
- causes
-
JBEAP-23766 (7.4.z) Fix several issues with YAML Extension
- Closed
- relates to
-
WFCORE-5343 Support for configuration customization using YAML
- Closed