]
Brian Stansberry updated WFLY-8487:
-----------------------------------
Description: The CredentialReference class in core was not handling capability
references correctly with the 'store' field in CR attributes. WFCORE-2433 corrects
that; this JIRA is to update WF full's use of the class to take advantage of the fix.
(was: Autocomplete doesn't work properly in credential-reference attribute.
I want to use autocomplete for credential-reference.store but it doesn't work.
*How to reproduce*
{code}
/subsystem=elytron/credential-store=cs1:add(uri="cr-store://test/cs1.jceks",
credential-reference={store=<TAB>
{code}
)
Autocomplete doesn't work properly in credential-reference.store
attribute.
---------------------------------------------------------------------------
Key: WFLY-8487
URL:
https://issues.jboss.org/browse/WFLY-8487
Project: WildFly
Issue Type: Bug
Components: Clustering, JCA, JMS, Mail, Security, Web (Undertow)
Affects Versions: 11.0.0.Alpha1
Reporter: Hynek Švábek
Assignee: Brian Stansberry
Labels: cli, credential-reference, eap71_beta, management-model
The CredentialReference class in core was not handling capability references correctly
with the 'store' field in CR attributes. WFCORE-2433 corrects that; this JIRA is
to update WF full's use of the class to take advantage of the fix.