You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 comments along the lines of "+1", "me too" or "any updates", 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
In Azure Container App Jobs they have recently added support for authenticating using a managed identity in scaling rules. This allows rules to be added without the need for less secure methods (such as PATs, SAS tokens, or connection strings) to be used for the scaling rules' authentication.
Either user assigned or system identities can be used.
All scaling rules should have an identity property that accepts the resource ID for a user assigned identity or system in the case of a system assigned identity.
This would be great to have support for managed identity also in scale rules for container apps (not jobs). This is officially supported through ARM templates and azure CLI commands but the azurerm provider still does not support it.
Is there an existing issue for this?
Community Note
Description
In Azure Container App Jobs they have recently added support for authenticating using a managed identity in scaling rules. This allows rules to be added without the need for less secure methods (such as PATs, SAS tokens, or connection strings) to be used for the scaling rules' authentication.
Either user assigned or system identities can be used.
All scaling rules should have an
identity
property that accepts the resource ID for a user assigned identity orsystem
in the case of a system assigned identity.New or Affected Resource(s)/Data Source(s)
azurerm_container_app_job
Potential Terraform Configuration
References
Implementation discussion: microsoft/azure-container-apps#592
API Reference: https://learn.microsoft.com/en-us/rest/api/containerapps/container-apps/create-or-update?view=rest-containerapps-2024-02-02-preview&tabs=HTTP#customscalerule
Azcli example: https://learn.microsoft.com/en-us/azure/container-apps/scale-app?pivots=azure-cli#authentication-1
The text was updated successfully, but these errors were encountered: