]
Darran Lofthouse moved WFLY-8157 to WFCORE-2379:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2379 (was: WFLY-8157)
Component/s: Security
(was: Security)
Synchronize XSD and DMR description of credential-store attributes
------------------------------------------------------------------
Key: WFCORE-2379
URL:
https://issues.jboss.org/browse/WFCORE-2379
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Ilia Vassilev
Labels: credential-store
Use XSD description in DMR description, because description in XSD is better for
attributes
* provider-name
* providers
* other-providers
* relative-to
* uri (DMR description contains wrong vault://)
For {{type}} attribute use this description in both XSD and DMR: "The credential
store type, e.g. KeyStoreCredentialStore" . Now there is mentioned wrongly
KeyStorePasswordStore
{code:xml|title=XSD}
<xs:attribute name="type" type="xs:string"
use="optional">
<xs:annotation>
<xs:documentation>
The credential store type, e.g. KeyStorePasswordStore.
</xs:documentation>
</xs:annotation>
</xs:attribute>
{code}