arjunanan6 opened a new issue, #58362:
URL: https://github.com/apache/airflow/issues/58362
### Description
The current implementation of the `AzureContainerInstancesOperator` is
missing an option to assign an identity (User or System assigned) to the final
container group. This means that the only possibility of authentication is via
service principal and needs to be supplied to the final container instance.
### Use case/motivation
This is already supported in the underlying management model
`azure.mgmt.containerinstance.models` via `ContainerGroupIdentity`. I'll add
support for it in the container instances operator via a PR.
### Related issues
_No response_
### Are you willing to submit a PR?
- [x] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]