Skip to content

Commit 5fc4d77

Browse files
authored
Document Redis Sentinel authentication options (#335)
1 parent bc90359 commit 5fc4d77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/deployment/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ Here are the configuration keys, for both containers (environment variables) and
173173
| redis:hostnames | REDIS__HOSTNAMES | | Hostnames definition for Redis cluster or sentinel mode: a list of host:port objects. |
174174
| redis:port | REDIS__PORT | 6379 | Port of the Redis Server |
175175
| redis:sentinel_master_name | REDIS__SENTINEL_MASTER_NAME | | Name of your Redis Sentinel Master (mandatory in sentinel mode) |
176+
| redis:sentinel_username | REDIS__SENTINEL_USERNAME | | Username to authenticate on Redis Sentinel |
177+
| redis:sentinel_password | REDIS__SENTINEL_PASSWORD | | Password to authenticate on Redis Sentinel |
176178
| redis:use_ssl | REDIS__USE_SSL | `false` | Is the Redis Server has TLS enabled |
177179
| redis:username | REDIS__USERNAME | | Username of the Redis Server |
178180
| redis:password | REDIS__PASSWORD | | Password of the Redis Server |

0 commit comments

Comments
 (0)