-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The latest release for setup-jfrog kept the major version for the release at v4. This version took away the ability to download the CLI through a remote repository using OIDC. All of our OIDC workflows broke overnight because they could no longer download the JFrog cli.
Current behavior
Reproduction steps
Configure an action to use OIDC to authenticate and include the download-repository variable.
- uses: jfrog/setup-jfrog-cli@v4
env:
JF_URL: ${{ vars.JF_URL }}
with:
download-repository: jfrog-cli
oidc-provider-name: github
oidc-audience: jfrog-githubExpected behavior
I would expect the workflow to download the cli using OIDC and then continue to run.
Setup JFrog CLI version
v4 and v4.5.9
JFrog CLI version
latest
Workflow operating system type and version
ubuntu 24.04
JFrog Artifactory version (if relevant)
Artifactory 7.112.0 Cloud
JFrog Xray version (if relevant)
No response
brandonbhags
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
