[
https://issues.apache.org/jira/browse/KNOX-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179466#comment-16179466
]
Phil Zampino edited comment on KNOX-1039 at 9/25/17 6:13 PM:
-------------------------------------------------------------
Attached patch adds admin APIs:
* GET /providerconfig
* GET /providerconfig/name
* PUT /providerconfig/name
* DELETE /providerconfig/name
** Note that this will not succeed if any descriptor in conf/descriptors
references the config identified by name
* GET /descriptors
* GET /descriptor/name
* PUT /descriptor/name
* DELETE /descriptor/name
was (Author: pzampino):
Attached patch adds admin APIs:
GET /providerconfig
GET /providerconfig/{name}
PUT /providerconfig/{name}
DELETE /providerconfig/{name}
Note that this will not succeed if any descriptor in conf/descriptors
references the config identified by {name}
GET /descriptors
GET /descriptor/{name}
PUT /descriptor/{name}
DELETE /descriptor/{name}
> Add Support For Simple Descriptors and Policy Config to Knox Admin API
> ----------------------------------------------------------------------
>
> Key: KNOX-1039
> URL: https://issues.apache.org/jira/browse/KNOX-1039
> Project: Apache Knox
> Issue Type: Sub-task
> Components: Server
> Reporter: Phil Zampino
> Assignee: Phil Zampino
> Labels: kip-8
> Fix For: 0.14.0
>
> Attachments: KNOX-1039.patch
>
>
> The Knox admin API needs to support CRUD operations for simple descriptors
> and externalized provider configurations.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)