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

Add support for assigning Managed Identity to the container #282

Open
jhyot opened this issue Apr 24, 2024 · 2 comments
Open

Add support for assigning Managed Identity to the container #282

jhyot opened this issue Apr 24, 2024 · 2 comments

Comments

@jhyot
Copy link

jhyot commented Apr 24, 2024

What feature do you want to see added?

It seems that currently it is not possible to let this plugin assign a managed identity to the created containers, is that correct?

We need to access certain Azure resources from our builds. By far the most convenient and secure would be to use managed identities which are assigned to the created containers. That way we don't have to inject any hardcoded credentials into to container, which can always end up leaking.

Azure container instances supports managed identities out of the box, so this should be rather straightforward:
https://learn.microsoft.com/en-us/azure/container-instances/container-instances-managed-identity

Upstream changes

No response

Are you interested in contributing this feature?

If this project is still active and I would receive help in getting this into a new release quickly, I would be willing to give this implementation a try.

@timja
Copy link
Member

timja commented Apr 24, 2024

Hey, happy to review / merge changes like this not a problem.

If you're willing to make the changes it can be in a new release quickly.

@jhyot
Copy link
Author

jhyot commented Apr 24, 2024

Great. I am in the preliminary stages of evaluating this plugin whether it works for us. If that is successful, I'll get back here and try to implement this enhancement.

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

2 participants