Infisical supports the use of Username & Password authentication to connect with Redis databases

Configure a Redis user for Infisical

1

Create a Redis user

Infisical recommends creating a designated user in your Redis database for your connection.
ACL SETUSER user_manager on >[ENTER-YOUR-USER-PASSWORD]
2

Grant Relevant Permissions

Depending on how you intend to use your Redis connection, you’ll need to grant one or more of the following permissions.
To learn more about Redis’s permission system, please visit their documentation.
For Secret Rotations, your Infisical user will require the ability to set and delete users:
ACL SETUSER user_manager +acl|setuser +acl|deluser ~*

Create Redis Connection in Infisical

1

Navigate to App Connections

In your Infisical dashboard, navigate to the App Connections page in the desired project.App Connections Tab
2

Select Redis Connection

Click the + Add Connection button and select the Redis Connection option from the available integrations.Select Redis Connection
3

Fill out the Redis Connection Modal

Complete the Redis Connection form by entering:
  • A descriptive name for the connection
  • An optional description for future reference
  • The Redis host URL for your database
  • The Redis port for your Redis database
  • The Redis username for your Redis database
  • The Redis password for your Redis database
You can optionally configure SSL/TLS for your Redis connection in the SSL section.Redis Connection Modal
4

Connection Created

After clicking Create, your Redis Connection is established and ready to use with your Infisical project.Redis Connection Created