Support redis username (#9018)

This commit is contained in:
Stephan Miehe
2022-12-14 08:53:38 -05:00
committed by GitHub
parent af3bf28971
commit b6a409fa3b
5 changed files with 22 additions and 1 deletions
+12
View File
@@ -344,6 +344,18 @@ For the address of the Redis server that Fleet should connect to, include the ho
address: 127.0.0.1:7369
```
##### redis_username
The username to use when connecting to the Redis instance.
- Default value: `<empty>`
- Environment variable: `FLEET_REDIS_USERNAME`
- Config file format:
```
redis:
username: foobar
```
##### redis_password
The password to use when connecting to the Redis instance.