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

Support Azure Managed Identities in Fusion configuration logic #5278

Merged
merged 3 commits into from
Sep 3, 2024

Conversation

alberto-miranda
Copy link
Contributor

Description

This PR extends the nextflow.cloud.azure.fusion.AzFusionEnv class so that it now takes into account a potential Azure Managed Identity in Nextflow's configuration file. This also fixes a configuration error (#5081) by which Nextflow complained of a missing SAS token despite having a Managed Identity properly configured.

Copy link

netlify bot commented Sep 3, 2024

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit d92448d
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/66d7324ea37ea80008d7498b

Copy link
Member

@pditommaso pditommaso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

This commit extends the `AzFusionEnv` class so that it now takes into
account a potential Azure Managed Identity in Nextflow's configuration
file. It also fixes a configuration error (nextflow-io#5081) by which Nextflow complained
of a missing SAS token despite having a Managed Identity properly configured.

Signed-off-by: Alberto Miranda <alberto.miranda@seqera.io>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@pditommaso pditommaso merged commit a0bf8b4 into nextflow-io:master Sep 3, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure Fusion integration should not fail when managed identity auth is present
3 participants