[jboss-jira] [JBoss JIRA] (WFLY-7585) Auto-completion does not work for default-realm of Elytron security-domain in CLI
Jan Kalina (JIRA)
issues at jboss.org
Mon Nov 28 10:23:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-7585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13330321#comment-13330321 ]
Jan Kalina commented on WFLY-7585:
----------------------------------
This autocomplete cannot be done using capability-reference, as it does not reference the capability.
It reference one of items from "realms" attribute, which is passed in together with "default-realm" attribute.
This would have to be a bit hacky - it would have to use rest of currently writing CLI command. (And it wouldnt work if the default-realm would be written before realms attribute.)
I suggest to close this.
> 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)
More information about the jboss-jira
mailing list