]
Farah Juma moved WFCORE-4536 to WFLY-12217:
-------------------------------------------
Project: WildFly (was: WildFly Core)
Key: WFLY-12217 (was: WFCORE-4536)
Issue Type: Task (was: Enhancement)
Component/s: Management
Security
(was: Management)
(was: Security)
Target Release: (was: 7.2.0.GA)
Fix Version/s: 10.0.0.Beta1
(was: 10.0.0.Beta1)
Provide XML schema for credential-reference
-------------------------------------------
Key: WFLY-12217
URL:
https://issues.jboss.org/browse/WFLY-12217
Project: WildFly
Issue Type: Task
Components: Management, Security
Reporter: Farah Juma
Assignee: Farah Juma
Priority: Major
Labels: credential-reference, eap72
Fix For: 10.0.0.Beta1
With
https://issues.jboss.org/browse/EAP7-538, all passwords references in the subsystems
must support credential references.
The model attribute is provided by wildlfy-controller module (including its XML parser
and marshaller) but the corresponding XML element has been added directly to the
subsystems XML schemas. This will become a maintenance issue when/if the credential
references has to be updated and all the subsystems schema risk to be out of sync with the
actual code reading/writing the credential reference.
We should follow the same design than for threads attributes (provided by the
willdfly-threads module): the wildlfy-controller module provides a XML schema for the
credential-references with its own versioned namespace and any subsystem that requires it
will just refer to it.