Skip to content

Commit 897ab27

Browse files
committed
Add docs on SAS permission
Signed-off-by: Somtochi Onyekwere <[email protected]>
1 parent 8bc36bc commit 897ab27

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/spec/v1beta2/buckets.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,12 @@ The leading question mark is optional.
537537
The query values from the `sasKey` data field in the Secrets gets merged with the ones in the `spec.endpoint` of the `Bucket`.
538538
If the same key is present in the both of them, the value in the `sasKey` takes precedence.
539539

540-
Note that the Azure SAS Token has an expiry date and it should be updated before it expires so that Flux can
541-
continue to access Azure Storage.
540+
**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:
543+
- Allowed services: Blob
544+
- Allowed resource types: Container, Object
545+
- Allowed permission: Read, List
542546

543547
#### GCP
544548

0 commit comments

Comments
 (0)