mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Update redis.mdx (#22750)
There seems to be a bug, but I'm not sure if it is because this documentation is almost worse than guessing Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
8edc24c7e1
commit
c3aa019c9a
@@ -42,7 +42,7 @@ more information about setting up the database secrets engine.
|
||||
host="localhost" \
|
||||
port=6379 \
|
||||
tls=true \
|
||||
ca_cert="$CACERT"
|
||||
ca_cert="$CACERT" \
|
||||
username="user" \
|
||||
password="pass" \
|
||||
allowed_roles="my-*-role"
|
||||
|
||||
Reference in New Issue
Block a user