azure: Specify different Azure storage in the shell env (#10943)

AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY are used in 
azure CLI to specify the azure blob storage access & secret keys. With this commit, 
it is possible to set them if you want the gateway's own credentials to be
different from the Azure blob credentials.

Co-authored-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Anis Elleuch
2020-11-24 01:45:56 +01:00
committed by GitHub
parent 519c0077a9
commit 75a8e81f8f
2 changed files with 14 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ mc ls myazure
[2017-02-26 22:10:11 PST] 0B test-container1/
```
### Use custom access/secret keys
If you do not want to share the credentials of the Azure blob storage with your users/applications, you can set the original credentials in the shell environment using `AZURE_STORAGE_ACCOUNT` and `AZURE_STORAGE_KEY` variables and assign different access/secret keys to `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY`.
### Known limitations
Gateway inherits the following Azure limitations: