Jump to: navigation, search

Difference between revisions of "Barbican/Clients"

 
(11 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
! !! barbican !! python-barbicanclient !! python-openstacksdk
 
! !! barbican !! python-barbicanclient !! python-openstacksdk
 
|-
 
|-
| Secret Types || Example || Example || Example
+
| Get Secret List || || Missing date filters || Should be fine
 
|-
 
|-
| Transport Keys || || ||
+
| Get Secret Metadata || || User-meta support needed || User-meta support needed
 +
|-
 +
| Get Secret ||  ||  ||
 +
|-
 +
| Put Secret || || Validation needed || Validation needed, secret_type needed
 +
|-
 +
| Put Secret Metadata || || Support Needed || Support Needed
 +
|-
 +
| Order for Secret || || Validation? || Orders re-write needed.  Consider making it a sub-resource of Secret
 +
|-
 +
| Create Container || || ||
 +
|-
 +
| Get Container || || ||
 +
|-
 +
| Add Secret to Container || || Needs to be able to add/remove secrets ||
 +
|-
 +
| List Containers || || ||
 +
|-
 +
| Secret Types || || Need to add Python classes for each type ||
 
|}
 
|}

Latest revision as of 21:48, 16 August 2016

barbican python-barbicanclient python-openstacksdk
Get Secret List Missing date filters Should be fine
Get Secret Metadata User-meta support needed User-meta support needed
Get Secret
Put Secret Validation needed Validation needed, secret_type needed
Put Secret Metadata Support Needed Support Needed
Order for Secret Validation? Orders re-write needed. Consider making it a sub-resource of Secret
Create Container
Get Container
Add Secret to Container Needs to be able to add/remove secrets
List Containers
Secret Types Need to add Python classes for each type