Skip to content

Commit

Permalink
Merge branch 'feature/201-sas-token-private-blob-storage-access' into…
Browse files Browse the repository at this point in the history
… validation
  • Loading branch information
Xileny committed Apr 24, 2024
2 parents 58f8e0f + 0a30ad9 commit 6ecc366
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion public_project/config/config-faster-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,15 @@
"backend": {
"url": "https://api.faster-project.cloud"
},
"importerBaseUrl": "https://geoapi-test.safers-project.cloud"
"importerBaseUrl": "https://geoapi-test.safers-project.cloud",
"blobStorageSasToken": {
"sv": "2022-11-02",
"ss": "b",
"srt": "o",
"sp": "r",
"se": "2029-04-20T22:20:40Z",
"st": "2024-04-22T14:20:40Z",
"spr": "https",
"sig": "gVNLucfa1Uf%2FmSG2PB9y1JRq8Ks9ezqiddy7jMw52tQ%3D"
}
}
12 changes: 11 additions & 1 deletion public_project/config/config-faster-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,15 @@
"userTagsFilter": {
"filters": ["administrator", "user", "admin"]
},
"importerBaseUrl": "https://geoapi-test.safers-project.cloud"
"importerBaseUrl": "https://geoapi-test.safers-project.cloud",
"blobStorageSasToken": {
"sv": "2022-11-02",
"ss": "b",
"srt": "o",
"sp": "r",
"se": "2029-05-20T22:18:49Z",
"st": "2024-04-22T14:18:49Z",
"spr": "https",
"sig": "ViI%2BLpOnJqFwmBDhLsiDAqlQLkyyRssBeZB6syJDHHg%3D"
}
}

0 comments on commit 6ecc366

Please sign in to comment.