Skip to content

Commit 2639dab

Browse files
authored
Updating the README to highlight how passwords can be set, first (#41)
1 parent ad9b3b8 commit 2639dab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ Copy the name of the pod (E.g. redis-stack-77d596476d-6j4d2) and run the followi
4949
```bash
5050
kubectl exec -it <POD_NAME> -- redis-cli
5151
```
52+
53+
By default redis-stack will have no password, Redis Stack supports the ability to configure multiple named users, each with their own password and access control configuration. Refer to the [Redis Access Control List documentation](https://redis.io/docs/management/security/acl/) for more information. Alternatively the configuration file can be modified and the *requirepass* directive added. This can also be triggered via the *REDIS_ARGS* environment variable. Examples are available on the [docker image page](https://hub.docker.com/repository/docker/redis/redis-stack-server/)

0 commit comments

Comments
 (0)