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

Utilising User Assigned Identities w/ Managed Credentials to share a Self-Hosted Integration Runtime #25292

Open
1 task done
WhyDidIChooseIT opened this issue Mar 18, 2024 · 2 comments

Comments

@WhyDidIChooseIT
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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 and review the contribution guide to help.

Description

This is a duplicate of Utilising User Assigned Identities w/ Managed Credentials to share a Self-Hosted Integration Runtime #24742 which was completed but instead of adding the functionality for azurerm_data_factory_integration_runtime_self_hosted it was completed for azurerm_data_factory_integration_runtime_managed.

Can the following be completed for Self Hosted Integration Runtime please?

####################################################
##Previous Feature Request##
Azure allows the use of User Assigned Managed Identities to create Credentials within Data Factory; these can be used as authentication to create Linked Self-Hosted Integration Runtime's.

When attempting to create the Shared Integration Runtime via the Data Factory Integration Runtime Self Hosted resource there is no argument to allow the specifying of a Credential Object and as a result the below error is returned.

Error: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="ManagedIdentityRequiredToCreateLinkedIntegrationRuntime" Message="Managed identity is required when creating linked integration runtime 'integration_runtime_name' under 'resource_name'. Please specify a managed identity via credential object."

Can the azurerm_data_factory_integration_runtime_self_hosted resource be updated to allow for the CredentialReference property please?

Thanks.

New or Affected Resource(s)/Data Source(s)

azurerm_data_factory_integration_runtime_self_hosted

Potential Terraform Configuration

No response

References

https://learn.microsoft.com/en-us/azure/templates/microsoft.datafactory/factories/integrationruntimes?pivots=deployment-language-arm-template#credentialreference-1

@dekahurtigruten
Copy link

RBAC in azurerm_data_factory_integration_runtime_self_hosted terraform module does not have options to provide user assigned managed identity create credential. Can someone help what exaclty I am missing?

@jeremysullivanTW
Copy link

can we please get this fix added to azurerm_data_factory_integration_runtime_self_hosted? The original issue has been marked as closed but the fix was added to azurerm_data_factory_integration_runtime_managed. Support is still needed in order to specify a User Assigned Identity to establish a Linked Self Hosted Runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants