You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Phil Zampino (JIRA)" <ji...@apache.org> on 2018/01/03 22:24:00 UTC

[jira] [Comment Edited] (KNOX-1137) KnoxCLI For Listing Provider Configurations and Descriptors in a Remote Configuration Registry

    [ https://issues.apache.org/jira/browse/KNOX-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288099#comment-16288099 ] 

Phil Zampino edited comment on KNOX-1137 at 1/3/18 10:23 PM:
-------------------------------------------------------------

Attached KNOX-1137.patch, which adds:

* list-provider-configs --registry-client CLIENT_NAME
* list-descriptors --registry-client CLIENT_NAME

Examples:

{noformat}
{GATEWAY_HOME}/bin/knoxcli.sh list-provider-configs --registry-client sandbox-zookeeper-client
Provider Configurations (@localhost:2181)
sandbox-providers.xml

{noformat}

{noformat}
{GATEWAY_HOME}/bin/knoxcli.sh list-descriptors --registry-client sandbox-zookeeper-client
Descriptors (@localhost:2181)
docker-sandbox.json

{noformat}



was (Author: pzampino):
Attached KNOX-1137.patch, which adds:

* list-provider-configs --registry-client CLIENT_NAME
* list-descriptors --registry-client CLIENT_NAME

Examples:

{noformat}
{GATEWAY_HOME}/bin/knoxcli.sh list-provider-configs --registry-name sandbox-zookeeper-client
Provider Configurations (@localhost:2181)
sandbox-providers.xml

{noformat}

{noformat}
{GATEWAY_HOME}/bin/knoxcli.sh list-descriptors --registry-name sandbox-zookeeper-client
Descriptors (@localhost:2181)
docker-sandbox.json

{noformat}


> KnoxCLI For Listing Provider Configurations and Descriptors in a Remote Configuration Registry
> ----------------------------------------------------------------------------------------------
>
>                 Key: KNOX-1137
>                 URL: https://issues.apache.org/jira/browse/KNOX-1137
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: KnoxCLI
>    Affects Versions: 0.14.0
>            Reporter: Phil Zampino
>            Assignee: Phil Zampino
>             Fix For: 1.0.0, 0.14.1
>
>         Attachments: KNOX-1137.patch
>
>
> KNOX-1125 introduced Knox CLI commands for adding and removing provider configurations and simple descriptors to a remote configuration registry (e.g., ZooKeeper). It would be helpful to also have the ability to list the provider configurations and descriptors that are in the registry.
> list-provider-configs --registry-client name
> list-descriptors --registry-client name



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)