Matteo Fiandesio

Results 12 comments of Matteo Fiandesio

for upload and download why using the seqera cli when you can use the standard cloud tooling?

I agree with Paolo that the complexity is not justified for the time being: open to discuss

There are two different types of managed identities that could be assigned to vm (system and user): [this](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview#managed-identity-types) page contains a table with the differences. TLDR: system-assigned managed identities are...

the [README](https://github.com/swampie/test-managed-identities) lists the steps I took to test it. I saw that @adamrtalbot took a similar approach on the PR

Ok here we go: - From Azure Portal create a new Manage identity (it is pretty straight forward as it ask for name and region) - Once it has been...

A possibile solution is to add an ellipses /easy solution) at the end otherwise the table component needs to be changed (more work). @mbosio85 your call

@bentsherman in the example I do instantiate a [DefaultAzureCredentials](https://github.com/swampie/test-managed-identities/blob/f39427c3428bf38ca093586e3b3d86625d733483/src/main/java/io/seqera/azure/Application.java#L20) as you do in your change. This should be enough as the instance(s) are configured to use that clientId

> I'm confused as to how this is authenticating against the Batch service. Also, we should leave some scope open for a system assigned (anonymous) managed identity. IF the pool...

I managed to solve this by extending `DefaultStateFactory`

@markpanganiban has this been tested by us or by a customer? Do you have a working ticket on FD where this has been confirmed?