Skip to content

[Update] POST /object-storage/keys #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11507,6 +11507,15 @@ paths:
summary: Create an Object Storage Key
description: |
Provisions a new Object Storage Key on your account.

* To create a Limited Access Key with specific permissions, send a `bucket_access`
array.

* To create a Limited Access Key without access to any buckets, send an empty
`bucket_access` array.

* To create an Access Key with unlimited access to all clusters and all buckets,
omit the `bucket_access` array.
tags:
- Object Storage
security:
Expand Down Expand Up @@ -18953,6 +18962,9 @@ components:

**Note:** You can create an Object Storage Limited Access Key without access to any buckets.
This is achieved by sending a request with an empty `bucket_access` array.


**Note:** If this field is omitted, a regular unlimited access key is issued.
items:
type: object
properties:
Expand Down