From ea1d5232dbcdd9990798c706dc9fdd9a9e1a3603 Mon Sep 17 00:00:00 2001 From: hzoppetti Date: Thu, 1 Oct 2020 12:25:07 -0400 Subject: [PATCH 1/2] addded note to bucket_access field in object storage scheema and updated desc of create obj store key --- openapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 88bc3474f..055588b24 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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: @@ -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 ommited, a regular unlimited access key is issued. items: type: object properties: From 887e257a0ba6af4edf475774d485ee76bcbcf273 Mon Sep 17 00:00:00 2001 From: hzoppetti Date: Fri, 2 Oct 2020 09:33:33 -0400 Subject: [PATCH 2/2] spelling fix --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 055588b24..77ebb49e7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -18964,7 +18964,7 @@ components: This is achieved by sending a request with an empty `bucket_access` array. - **Note:** If this field is ommited, a regular unlimited access key is issued. + **Note:** If this field is omitted, a regular unlimited access key is issued. items: type: object properties: