Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for [Azure Data Factory SSIS IR] #8994

Closed
nitin-natu opened this issue Oct 22, 2020 · 2 comments · Fixed by #10474 or #10649
Closed

Support for [Azure Data Factory SSIS IR] #8994

nitin-natu opened this issue Oct 22, 2020 · 2 comments · Fixed by #10474 or #10649

Comments

@nitin-natu
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Hello Azure Terraform Community Team ,
we are working on enterprise level SSIS Integration runtime set ups in Azure Data factory.

We are creating SSIS Integration runtime IaaC templates using Terraform.
SSIS Integration runtime needs Catalog Database Server endpoint which can be configured to access via SQL Login as well AAD Authentication with MSI.

What we found is Terraform template for Azure Data factory with SSIS Integration runtime dont support Catalog DB access via MSI.

PFB Ref from Azure Portal for SSIS Integration runtime , where provision is given to use MSI access for Catalog endpoint which is not supported
by Terraform template.(its only supporting SQL login)

image

https://www.terraform.io/docs/providers/azurerm/r/data_factory_integration_runtime_managed.html

We follow best security practices in our organization to use MSI Access for Azure SQL connections we dont use SQL auth which is having passwords to maintain/rotate and which are potential risk for compromise.

We need your help to support and expedite MSI Enabled Catalog DB access configuration in Terraform ADF SSIS Integration runtime template, as we are having planned prod deployments by Dec 2020.

New or Affected Resource(s)

azurerm_data_factory_integration_runtime_managed

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

@katbyte katbyte added this to the v2.49.0 milestone Feb 18, 2021
katbyte pushed a commit that referenced this issue Feb 18, 2021
…aged (#10474)

fixes #8994

--- PASS: TestAccDataFactoryIntegrationRuntimeManagedSsis_basic (155.25s)
--- PASS: TestAccDataFactoryIntegrationRuntimeManagedSsis_complete (226.08s)
--- PASS: TestAccDataFactoryIntegrationRuntimeManagedSsis_aadAuth (280.40s)
katbyte pushed a commit that referenced this issue Feb 19, 2021
…login and administrator_password properties are now optional (#10649)

fixes #8994

--- PASS: TestAccDataFactoryIntegrationRuntimeManaged_basic (154.86s)
--- PASS: TestAccDataFactoryIntegrationRuntimeManaged_vnetIntegration (179.44s)
--- PASS: TestAccDataFactoryIntegrationRuntimeManaged_customSetupScript (192.12s)
--- PASS: TestAccDataFactoryIntegrationRuntimeManaged_aadAuth (293.20s)
--- PASS: TestAccDataFactoryIntegrationRuntimeManaged_catalogInfo (312.68s)
@ghost
Copy link

ghost commented Feb 26, 2021

This has been released in version 2.49.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 2.49.0"
}
# ... other configuration ...

@ghost
Copy link

ghost commented Mar 21, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Mar 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.