Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
There is no way how to get list of existing domains from the Credentials Plugin via API. When accessing the API URL (http://localhost:8080/credential-store/api/json?pretty=true&depth=10), only empty domain elements are shown:
{ "store" : { "domains" : [ { }, { } ] } }
The number of empty elements correspond with the number of existing credential domains. I would expect to see here at least names of the domains. Could this be added?
Attachments
Issue Links
- is related to
-
JENKINS-24631 Credentials store API cannot browse into domains
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
There is no way how to get list of existing domains from the Credentials Plugin via API. When accessing the API URL (http://localhost:8080/credential-store/api/json?pretty=true&depth=10), only empty domain elements are shown: {noformat} { "store" : { "domains" : [ { }, { } ] } } {noformat} The number of empty elements corresponds with the number of existing credential domains. I would expect to see here at least names of the domains. Could this be added? |
There is no way how to get list of existing domains from the Credentials Plugin via API. When accessing the API URL (http://localhost:8080/credential-store/api/json?pretty=true&depth=10), only empty domain elements are shown: {noformat} { "store" : { "domains" : [ { }, { } ] } } {noformat} The number of empty elements correspond with the number of existing credential domains. I would expect to see here at least names of the domains. Could this be added? |
Link |
This issue is related to |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | JNJira [ 168390 ] | JNJira + In-Review [ 209662 ] |