]
Brian Stansberry updated WFLY-8023:
-----------------------------------
Issue Type: Enhancement (was: Bug)
This is not information available to the CLI via any standard tab completion mechanism and
thus is an RFE.
Autocomplete doesn't work properly in credential-reference.alias
attribute.
---------------------------------------------------------------------------
Key: WFLY-8023
URL:
https://issues.jboss.org/browse/WFLY-8023
Project: WildFly
Issue Type: Enhancement
Components: Security
Reporter: Hynek Švábek
Assignee: Peter Skopek
Autocomplete doesn't work properly in credential-reference.alias attribute.
I want to use autocomplete for credential-reference.alias when I the
credential-reference.store attribute is filled but it doesn't work.
*How to reproduce*
{code}
/subsystem=elytron/credential-store=cs1:add(uri="cr-store://test/cs1.jceks",
credential-reference={store=cs012, alias=<TAB>
{code}