Update daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/hashicorp-vault.md

This commit is contained in:
Aaron Crawfis 2021-04-09 09:53:39 -07:00 committed by GitHub
parent e4fa7c82aa
commit 8a279bcc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ The above example uses secrets as plain strings. It is recommended to use a loca
| skipVerify | N | Skip TLS verification. Defaults to `"false"` | `"true"`, `"false"` |
| tlsServerName | N | TLS config server name | `"tls-server"` |
| vaultTokenMountPath | Y | Path to file containing token | `"path/to/file"` |
| vaultToken | Y | Token | `"tokenValue"` |
| vaultToken | Y | [Token](https://learn.hashicorp.com/tutorials/vault/tokens) for authentication within Vault. | `"tokenValue"` |
| vaultKVPrefix | N | The prefix in vault. Defautls to `"dapr"` | `"dapr"`, `"myprefix"` |
## Setup Hashicorp Vault instance