Closed linak-lukasmendez closed 8 months ago
one of the reasons for timeout - not opened access on SQL server firewall; make sure your IP(range) is allowed on SQL server - assuming you run it from your PC, or IP address of CI/CD agent where this TF code is executed
@linak-lukasmendez @mkusmiy hello! How does "azuread_default_chain_auth" work? I set as AD SQL admin an application and will "azuread_default_chain_auth" use its credentials by default?
Hi.
I'm using the resource "mssql_user" as it should give me the possibility to grant SQL permission for one of my security groups in Azure and this way allowing them to access the SQL database using Managed Identity.
The goal in general is to have as few passwords/secrets as possible throughout the entire project. However I can't really figure out if this is supported by your terraform provider.
What I would assume is that it could use my Default Azure Credentials (The ones that I'm using for az login) and then perform the given actions with my personal account.
This is what I'm doing exactly:
But whenever I run it I get the following error:
Am I doing something wrong?
Thanks in advance