[jboss-jira] [JBoss JIRA] (WFLY-8157) Synchronize XSD and DMR description of credential-store attributes

Martin Choma (JIRA) issues at jboss.org
Fri Feb 17 05:14:00 EST 2017


     [ https://issues.jboss.org/browse/WFLY-8157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Choma updated WFLY-8157:
-------------------------------
    Description: 
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}


  was:
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 use this description in both XSD and DMR:
* The credential store type, e.g. KeyStoreCredentialStore
** There is mentioned wrong KeyStorePasswordStore




> Synchronize XSD and DMR description of credential-store attributes
> ------------------------------------------------------------------
>
>                 Key: WFLY-8157
>                 URL: https://issues.jboss.org/browse/WFLY-8157
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>            Reporter: Martin Choma
>            Assignee: Darran Lofthouse
>              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}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list