crossplane-contrib / provider-sql

An SQL provider for @crossplane
https://crossplane.io
Apache License 2.0
104 stars 59 forks source link

Add support for Azure AD authentication in mssql #165

Open Mikel-Landa opened 10 months ago

Mikel-Landa commented 10 months ago

What problem are you facing?

Azure Sql Servers offer the option for exclusive Microsoft Entra ID (Azure AD) login. I need to be able to login with that option.

How could Crossplane help solve your problem?

markphillips100 commented 6 months ago

@Mikel-Landa how's this PR coming along? Need to connect to database using fedauth (workload identity), and in addition, create user from external provider.

Mikel-Landa commented 6 months ago

@markphillips100 that's not up to me anymore unfortunately. You can fork my changes and run your own provider (that's what I'm doing) or trying to upvote to see if a maintainer picks it up.

markphillips100 commented 6 months ago

Thanks @Mikel-Landa . I forked and bumped to use Microsoft's mssql and azidentity - needed the latest support for workload identity.

Thanks for the response.