[
https://issues.jboss.org/browse/WFLY-7585?page=com.atlassian.jira.plugin....
]
Brian Stansberry commented on WFLY-7585:
----------------------------------------
This is an Enhancement request.
There is no requirement that tab completion work everywhere. I consider missing tab
completion due to missing cap/req implementation to be a bug (really the bug is the
missing cap/req) but missing tab completion due to some other completion mechanism not
existing is an RFE.
I wouldn't jump through any hoops trying to get tab completion to work here. If you
want to change your model for other reasons, that's fine.
Auto-completion does not work for default-realm of Elytron
security-domain in CLI
---------------------------------------------------------------------------------
Key: WFLY-7585
URL:
https://issues.jboss.org/browse/WFLY-7585
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Ondrej Lukas
Assignee: Jan Kalina
Labels: user_experience
Auto-completion does not work for default-realm of Elytron security-domain in CLI. All
attributes of security-domain support auto-completion through {{<TAB>}} button. The
only one which does not support it is default-realm. It is probably caused by missing
capability-reference.
Example:
{code}
/subsystem=elytron/security-domain=domain:add(default-realm=<TAB>
{code}
Does not show any security realms. However:
{code}
/subsystem=elytron/security-domain=domain:add(permission-mapper=<TAB>
{code}
Shows possible permission mappers.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)