Skip to content

Commit ef4d91a

Browse files
authored
Merge pull request #341 from hzoppetti/obj-store-bucket-access
[Update] POST /object-storage/keys
2 parents cd123a4 + 887e257 commit ef4d91a

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: Object Storage Key Create
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:
@@ -18968,6 +18977,9 @@ components:
1896818977

1896918978
**Note:** You can create an Object Storage Limited Access Key without access to any buckets.
1897018979
This is achieved by sending a request with an empty `bucket_access` array.
18980+
18981+
18982+
**Note:** If this field is omitted, a regular unlimited access key is issued.
1897118983
items:
1897218984
type: object
1897318985
properties:

0 commit comments

Comments
 (0)