requested changes

This commit is contained in:
Daniel Hougaard
2025-09-24 02:00:27 +04:00
parent 869d8ca47f
commit b1d73013b7
8 changed files with 54 additions and 36 deletions

View File

@@ -111,6 +111,14 @@ Infisical supports the use of Username & Password authentication to connect with
"credentialsHash": "7c2d371dec195f82a6a0d5b41c970a229cfcaf88e894a5b6395e2dbd0280661f",
"app": "redis",
"method": "username-and-password",
credentials: {
"host": "<redis-host>",
"port": 6379,
"username": "<redis-username>",
"sslEnabled": true,
"sslRejectUnauthorized": false,
"sslCertificate": "<redis-ssl-certificate>"
}
}
}
```