Jump to: navigation, search

Difference between revisions of "Barbican/Policy"

Line 11: Line 11:
 
| /v1 || GET || x || x || x || x || x || x ||  || key_manager:get_v1
 
| /v1 || GET || x || x || x || x || x || x ||  || key_manager:get_v1
 
|-
 
|-
| rowspan="2" | /v1/secrets || GET
+
| rowspan="2" | /v1/secrets || GET || x || x || x ||  ||  ||  ||  || key_manager:list_secrets
 
|-
 
|-
| POST
+
| POST ||  || x || x ||  ||  ||  ||  || key_manager:store_secrets
 
|-
 
|-
| rowspan="4" | /v1/secrets/{secret-id} || GET Accept:application/json ||
+
| rowspan="4" | /v1/secrets/{secret-id} || GET Accept:application/json || x || x || x ||  ||  ||  ||  || key_manager:get_secret_meta
 
|-
 
|-
 
| '''DEPRECATED'''  
 
| '''DEPRECATED'''  
 
GET Accept:{secret-mime}  
 
GET Accept:{secret-mime}  
|
+
| || x || x ||  ||  ||  ||  || key_manager:decrypt_secrets
 
|-
 
|-
| PUT
+
| PUT ||  || x || x ||  ||  ||  ||  || key_manager:store_secrets
 
|-
 
|-
| DELETE
+
| DELETE ||  ||  || x ||  ||  ||  ||  || key_manager:delete_secrets
 
|-
 
|-
 
| rowspan="4" | /v1/secrets/{secret-id}/acl || GET
 
| rowspan="4" | /v1/secrets/{secret-id}/acl || GET

Revision as of 00:21, 14 June 2018

Project-scope System-scope
Route Method reader member admin reader member admin no auth Tag
/ GET x x x x x x x key_manager:get_home
/v1 GET x x x x x x key_manager:get_v1
/v1/secrets GET x x x key_manager:list_secrets
POST x x key_manager:store_secrets
/v1/secrets/{secret-id} GET Accept:application/json x x x key_manager:get_secret_meta
DEPRECATED

GET Accept:{secret-mime}

x x key_manager:decrypt_secrets
PUT x x key_manager:store_secrets
DELETE x key_manager:delete_secrets
/v1/secrets/{secret-id}/acl GET
PATCH
PUT
DELETE
/v1/secrets/{secret-id}/metadata GET
PUT
POST
/v1/secrets/{secret-id}/metadata/{meta-key} GET
PUT
DELETE
/v1/secrets/{secret-id}/payload GET
/v1/transport_keys GET
POST
/v1/transport_keys/{key-id} GET
DELETE
/v1/containers GET
POST
/v1/containers/{container-id} GET
DELETE
/v1/containers/{container-id}/acl GET
PATCH
PUT
DELETE
/v1/containers/{container-id}/consumers GET
/v1/containers/{container-id}/secrets POST
DELETE
/v1/secret-stores GET
/v1/secret-stores/{ss-id} GET
/v1/secret-stores/{ss-id}/preferred POST
DELETE
/v1/quotas GET
/v1/project-quotas GET
/v1/project-quotas/{project-id} GET
PUT
DELETE
DEPRECATED - To be removed in P
/v1/orders GET
PUT
POST
/v1/orders/{order-id} GET
DELETE