mirror of
https://github.com/kopia/kopia.git
synced 2026-03-18 14:16:24 -04:00
azure: added support for using SAS Tokens instead of storage keys (#1093)
Fixes #1071
This commit is contained in:
1
.github/workflows/provider-tests.yml
vendored
1
.github/workflows/provider-tests.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
KOPIA_AZURE_TEST_CONTAINER: ${{ secrets.KOPIA_AZURE_TEST_CONTAINER }}
|
||||
KOPIA_AZURE_TEST_STORAGE_ACCOUNT: ${{ secrets.KOPIA_AZURE_TEST_STORAGE_ACCOUNT }}
|
||||
KOPIA_AZURE_TEST_STORAGE_KEY: ${{ secrets.KOPIA_AZURE_TEST_STORAGE_KEY }}
|
||||
KOPIA_AZURE_TEST_SAS_TOKEN: ${{ secrets.KOPIA_AZURE_TEST_SAS_TOKEN }}
|
||||
|
||||
# used in B2 tests
|
||||
KOPIA_B2_TEST_BUCKET: ${{ secrets.KOPIA_B2_TEST_BUCKET }}
|
||||
|
||||
Reference in New Issue
Block a user