[
https://issues.jboss.org/browse/WFLY-7585?page=com.atlassian.jira.plugin....
]
Darran Lofthouse commented on WFLY-7585:
----------------------------------------
[~brian.stansberry] [~harald.pehl] [~claudius] [~jdenise] Do you have any suggestions for
this one?
Technically we could make this attribute a capability reference but it needs to reference
one of the security realms referenced from this security domain and not all of them
We could go a complete alternative and just make the first in the list the default, I
think I had some objections to that from other feedback but it does make the model easier
to validate.
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)