Add SQL Server as supported engine family in RDS proxy docs (#24193)

* docs(database-access): add sql server as supported in rds proxy

* Update docs/pages/database-access/guides/rds-proxy.mdx

Co-authored-by: Alex Fornuto <alex.fornuto@goteleport.com>

---------

Co-authored-by: Alex Fornuto <alex.fornuto@goteleport.com>
This commit is contained in:
Gabriel Corado 2023-04-06 14:00:04 -03:00 committed by GitHub
parent 1ebefe3f35
commit 2c0abc02d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ This guide will help you to set up Teleport to access your AWS RDS proxies.
<Admonition type="note" title="Supported Engine Family">
Teleport currently supports RDS Proxy instances with engine family
**PostgreSQL** or **MariaDB and MySQL**.
**PostgreSQL**, **MariaDB/MySQL** or **Microsoft SQL Server**.
</Admonition>
## Prerequisites
@ -177,8 +177,8 @@ $ tsh db connect --db-user=alice --db-name=dev rds-proxy
```
<Admonition type="note" title="Note">
The appropriate database command-line client (`psql`, `mysql`, `mariadb`) should be
available in `PATH` in order to connect.
The appropriate database command-line client (`psql`, `mysql`, `mariadb`,
`mssql-cli`) should be available in `PATH` in order to connect.
</Admonition>
To log out of the database and remove credentials: