-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The latest version of the action breaks OIDC. backporting to @v4.5.6 restores function
Current behavior
Run jfrog/setup-jfrog-cli@v4
Setup JFrog CLI
Downloading JFrog CLI from https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.75.0/jfrog-cli-linux-amd64/jfrog
16:55:45 [Info] Trace ID for JFrog Platform logs: dc5ae0592ca87c28
Error: 5 [Error] failed to exchange OIDC token: server response: 400 Bad Request
{
"errors": [
{
"code": "BAD_REQUEST",
"message": "Invalid audience"
}
]
}
Error: JFrog CLI exited with exit code 1Reproduction steps
use this
- uses: jfrog/setup-jfrog-cli@v4
id: jfrog
env:
JF_URL: https://<myOrg>.jfrog.io
JF_PROJECT: <myProject>
with:
oidc-provider-name: <providerName>Expected behavior
No response
Setup JFrog CLI version
v4
JFrog CLI version
2.74.1
Workflow operating system type and version
ubuntu-latest
JFrog Artifactory version (if relevant)
cloud
JFrog Xray version (if relevant)
No response
chadahouck and tgharold
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working