-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Redis documentation on how to setup Redis. Co-authored-by: Paul Gottschling <[email protected]> Co-authored-by: Marek Smoliński <[email protected]>
- Loading branch information
1 parent
628564c
commit 86ad572
Showing
9 changed files
with
414 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -192,3 +192,34 @@ keep the Password field empty: | |
![DataGrip connection options](../../../img/database-access/guides/sqlserver/[email protected]) | ||
|
||
Click OK to connect. | ||
|
||
## Redis Insight | ||
|
||
<Admonition type="note"> | ||
Teleport's Redis Insight integration only supports Redis standalone instances. | ||
</Admonition> | ||
|
||
After opening Redis Insight click `ADD REDIS DATABASE`. | ||
|
||
![Redis Insight Startup Screen](../../../img/database-access/guides/redis/redisinsight-startup.png) | ||
|
||
Log in to your Redis instance with a Redis user first by using: | ||
|
||
`tsh db login --db-user=alice redis-db-name`. | ||
|
||
Click `Add Database Manually`. Use `127.0.0.1` as the `Host` and port printed by `tsh proxy db` as described [here](#get-connection-information). | ||
|
||
Provide your Redis username as `Username` and password as `Password`. | ||
|
||
![Redis Insight Configuration](../../../img/database-access/guides/redis/redisinsight-add-config.png) | ||
|
||
Next, check the `Use TLS` and `Verify TLS Certificates` boxes and copy the CA certificate returned by `tsh proxy db`. | ||
Copy the private key and certificate to corresponding fields. | ||
|
||
Click `Add Redis Database`. | ||
|
||
![Redis Insight TLS Configuration](../../../img/database-access/guides/redis/redisinsight-tls-config.png) | ||
|
||
Congratulations! You have just connected to your Redis instance. | ||
|
||
![Redis Insight Connected](../../../img/database-access/guides/redis/redisinsight-connected.png) |
Oops, something went wrong.