1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Add shared access signature (SAS) authorization for Azure.

A shared access signature (SAS) provides granular, delegated access to resources in a storage account. This is often preferable to using a shared key which provides more access and is a greater security risk if compromised.
This commit is contained in:
David Steele
2020-07-09 14:46:48 -04:00
committed by GitHub
parent 511e5db5bf
commit 2f7823c627
14 changed files with 313 additions and 97 deletions

View File

@ -187,7 +187,8 @@ testRun(void)
" --repo-azure-ca-path azure repository TLS CA path\n"
" --repo-azure-container azure repository container\n"
" --repo-azure-host azure repository host\n"
" --repo-azure-key azure repository shared key\n"
" --repo-azure-key azure repository key\n"
" --repo-azure-key-type azure repository key type [default=shared]\n"
" --repo-azure-port azure repository server port [default=443]\n"
" --repo-azure-verify-tls azure repository server certificate verify\n"
" [default=y]\n"