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

Pre Azure Login and Post Azure login failing #405

Closed
wulfnb opened this issue Jan 16, 2024 · 8 comments
Closed

Pre Azure Login and Post Azure login failing #405

wulfnb opened this issue Jan 16, 2024 · 8 comments
Labels
need-to-triage Requires investigation

Comments

@wulfnb
Copy link

wulfnb commented Jan 16, 2024

In GitHub actions, I'm using Azure Login.

But 4 hours ago its getting new jobs getting added Pre Azure Login and Post Azure login and its failing.

    - name: Azure login
      uses: Azure/login@v1
      with:
        creds: 
Screenshot 2024-01-16 at 6 24 43 PM Screenshot 2024-01-16 at 6 28 16 PM
@Siddeshgad
Copy link

Relates to Issue 403

@matheusvellone
Copy link

Same problem here. We've pinned to version azure/login@1.5.1 and the pipeline succeeded

@mattloretitsch-od
Copy link

You cannot assume the azure CLI is installed already. Is there a way we can opt out of the pre-login functionality?

@sebastiaanvanoord
Copy link

sebastiaanvanoord commented Jan 16, 2024

Also experiencing this issue. Can confirm that azure/login@1.5.1 resolve this issue but that is IMHO a workaround

@nuryupin-kr
Copy link

We install azure cli in a step right before calling azure/login. As mentioned above, it should not be assumed az cli is installed on the runner/container.

@nuryupin-kr
Copy link

Could you guys point your v1 tag to same commit as 1.5.1?

@YanaXu
Copy link
Collaborator

YanaXu commented Jan 17, 2024

Let's track this in #403.

@YanaXu YanaXu closed this as completed Jan 17, 2024
@Siddeshgad
Copy link

Azure/login@v1.5.1
This has fixed the problem of pre-login functionality.
We cannot mandate the installation of Azure CLI on the GitHub runners as it may not be used in other pipelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-to-triage Requires investigation
Projects
None yet
Development

No branches or pull requests

7 participants