Skip to content

Commit ea1d523

Browse files
author
hzoppetti
committed
addded note to bucket_access field in object storage scheema and updated desc of create obj store key
1 parent 5079c91 commit ea1d523

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11507,6 +11507,15 @@ paths:
1150711507
summary: Create an Object Storage Key
1150811508
description: |
1150911509
Provisions a new Object Storage Key on your account.
11510+
11511+
* To create a Limited Access Key with specific permissions, send a `bucket_access`
11512+
array.
11513+
11514+
* To create a Limited Access Key without access to any buckets, send an empty
11515+
`bucket_access` array.
11516+
11517+
* To create an Access Key with unlimited access to all clusters and all buckets,
11518+
omit the `bucket_access` array.
1151011519
tags:
1151111520
- Object Storage
1151211521
security:
@@ -18953,6 +18962,9 @@ components:
1895318962

1895418963
**Note:** You can create an Object Storage Limited Access Key without access to any buckets.
1895518964
This is achieved by sending a request with an empty `bucket_access` array.
18965+
18966+
18967+
**Note:** If this field is ommited, a regular unlimited access key is issued.
1895618968
items:
1895718969
type: object
1895818970
properties:

0 commit comments

Comments
 (0)