rename vault namespace env variable to be more idiomatic (#6905)

This commit renames the env variable for vault namespaces
such that it begins with `MINIO_SSE_`. This is the prefix
for all Minio SSE related env. variables (like KMS).
This commit is contained in:
Andreas Auernhammer
2018-12-01 14:28:49 +01:00
committed by kannappanr
parent e7af31c2ff
commit 5549a44566
2 changed files with 3 additions and 3 deletions

View File

@@ -69,9 +69,9 @@ Optionally set `MINIO_SSE_VAULT_CAPATH` as the path to a directory of PEM-encode
export MINIO_SSE_VAULT_CAPATH=/home/user/custom-pems
```
Optionally set `VAULT_NAMESPACE` if AppRole and Transit Secrets engine have been scoped to Vault Namespace
Optionally set `MINIO_SSE_VAULT_NAMESPACE` if AppRole and Transit Secrets engine have been scoped to Vault Namespace
```
export VAULT_NAMESPACE=ns1
export MINIO_SSE_VAULT_NAMESPACE=ns1
```
### 4. Test your setup