Jump to: navigation, search

Difference between revisions of "Barbican/Policy"

(Created page with "{| class="wikitable" |- ! colspan="2" | ! colspan="3" | Project-scope ! colspan="3" | System-scope |- ! Route !! Method !! reader !! member !! admin !! reader !! member !! adm...")
 
Line 11: Line 11:
 
| /v1 || GET || x || x || x || x || x || x  
 
| /v1 || GET || x || x || x || x || x || x  
 
|-
 
|-
| /v1/secrets
+
| /v1/secrets || GET
 +
|-
 +
| /v1/secrets/{secret-id} || GET
 +
|-
 +
| /v1/secrets/{secret-id} || PUT
 +
|-
 +
| /v1/secrets/{secret-id} || DELETE
 
|-
 
|-
 
| /v1/orders
 
| /v1/orders
Line 20: Line 26:
 
|-
 
|-
 
| /v1/quotas
 
| /v1/quotas
 +
|-
 +
| /v1/project-quotas
 +
|-
 +
| /v1/secret-stores
 
|}
 
|}

Revision as of 22:00, 13 June 2018

Project-scope System-scope
Route Method reader member admin reader member admin
/ GET x x x x x x
/v1 GET x x x x x x
/v1/secrets GET
/v1/secrets/{secret-id} GET
/v1/secrets/{secret-id} PUT
/v1/secrets/{secret-id} DELETE
/v1/orders
/v1/containers
/v1/transport_keys
/v1/quotas
/v1/project-quotas
/v1/secret-stores