【发布时间】:2021-03-29 04:54:21
【问题描述】:
我正在寻找一种使用 Microsoft Active Directory 在 Cloud SQL Server 上进行身份验证的方法,但我找不到任何具体的方法来实现这一点?有可能吗?
【问题讨论】:
标签: sql-server google-cloud-platform active-directory google-cloud-sql
我正在寻找一种使用 Microsoft Active Directory 在 Cloud SQL Server 上进行身份验证的方法,但我找不到任何具体的方法来实现这一点?有可能吗?
【问题讨论】:
标签: sql-server google-cloud-platform active-directory google-cloud-sql
查看public documentation,目前不支持。
您可以按照documentation 中的说明在 Compute Engine 中配置 SQL Server 实例,在 Google Cloud Platform 中实现此目的,但是,您必须维护您的 SQL Server 实例。
我还发现了这个public feature request,我建议您在其他用户请求此功能的地方加注星标并关注它
【讨论】: