Update bindings.redis spec to have enableTLS option (#553)

This commit is contained in:
Pruthvidhar R Dhodda 2020-04-30 12:58:46 -07:00 committed by GitHub
parent b45be56dfe
commit 2fba8dc9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,9 +12,12 @@ spec:
value: <address>:6379
- name: redisPassword
value: **************
- name: enableTLS
value: <bool>
```
- `redisHost` is the Redis host address.
- `redisPassword` is the Redis password.
- `enableTLS` - If the Redis instance supports TLS with public certificates it can be configured to enable or disable TLS.
> **Note:** In production never place passwords or secrets within Dapr components. For information on securely storing and retrieving secrets refer to [Setup Secret Store](../../../howto/setup-secret-store)