dataplat / dbops

⚙ dbops - Powershell module that provides continuous database deployments on any scale
MIT License
155 stars 39 forks source link

Add Azure Managed Identity authentication #161

Open aidendipple opened 1 year ago

aidendipple commented 1 year ago

Hi, great tool and I'd love to use it.

I've just built my IaC pipeline to stand up my database with no user/pwd and only Azure Active Directory authentication.

Is this something your tool can accommodate or add as an enhancement?

nvarscar commented 1 year ago

Seems like this should be possible based on https://github.com/DbUp/dbup-sqlserver/issues/7

I, however, don't have access to Azure AD to test this so I might have to ask you to validate it once it's implemented.