gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17k stars 1.71k forks source link

GCP support for SQL Server access #12698

Open smallinsky opened 2 years ago

smallinsky commented 2 years ago

What:

Add support for GCP SQL Server access

How:

GCP SQL Server allows for password and Active Directory authentication where currently teleport support SQL Server AD access on AWS.

Password access can be supported similar way that currently GCP MySQL access is implemented. Namely user password is changed during connection phase by sqladmin.NewService(ctx).Users.Update call that takes effect immediately.

oliverfrye commented 1 month ago

Looks like this is duplicated by #38932, perhaps?

I represent a Teleport Enterprise customer, and we'd also really like to see this feature added.