You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spec/v1beta2/buckets.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -537,8 +537,12 @@ The leading question mark is optional.
537
537
The query values from the `sasKey` data field in the Secrets gets merged with the ones in the `spec.endpoint` of the `Bucket`.
538
538
If the same key is present in the both of them, the value in the `sasKey` takes precedence.
539
539
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.
0 commit comments