Skip to content

Commit 68a02ac

Browse files
committed
Add docs
1 parent f94811c commit 68a02ac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/spec/v1beta2/buckets.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,12 +538,15 @@ The query values from the `sasKey` data field in the Secrets gets merged with th
538538
If the same key is present in the both of them, the value in the `sasKey` takes precedence.
539539

540540
**Note:** SAS Token has an expiry date and it should be updated before it expires so that Flux can
541-
continue to access Azure Storage. Also, The source-controller requires a bucket-level SAS token since it checks if the bucket exists and this fails with a container-level SAS token.
542-
The minimum permissions for the SAS Token is:
541+
continue to access Azure Storage. Also, The source-controller can use a account-level SAS token or a container-level SAS token.
542+
The minimum permissions for an account-level SAS Token is:
543543
- Allowed services: Blob
544544
- Allowed resource types: Container, Object
545545
- Allowed permission: Read, List
546546

547+
The minimum permissions for a container-level SAS Token is:
548+
- Permission: Read, List
549+
547550
#### GCP
548551

549552
When a Bucket's `.spec.provider` is set to `gcp`, the source-controller will

0 commit comments

Comments
 (0)