Skip to content

Commit 56d3add

Browse files
committed
Update docs
1 parent bcecd91 commit 56d3add

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ Example step utilizing OpenID Connect:
118118
oidc-provider-name: setup-jfrog-cli
119119
```
120120

121-
**Notice:** When using OIDC authentication, this action outputs both the OIDC token and the OIDC token username. These can be utilized within the current workflow to log into the JFrog platform through other actions or clients (e.g., for use with `docker login`). The added outputs are `oidc-token` and `oidc-user`, respectively.
122121

123122
### Handling Self-Signed Certificates
124123

@@ -299,6 +298,8 @@ You can set the project key in the environment variable ```JF_PROJECT``` to avoi
299298

300299
If your agent has no Internet access, you can configure the workflow to download JFrog CLI from a [remote repository](https://www.jfrog.com/confluence/display/JFROG/Remote+Repositories) in your JFrog Artifactory, which is configured to proxy the official download URL.
301300

301+
**Note:** This method is not supported with OIDC authentication.
302+
302303
Here's how you do this:
303304

304305
1. Create a remote repository in Artifactory. Name the repository jfrog-cli-remote and set its URL to https://releases.jfrog.io/artifactory/jfrog-cli/

0 commit comments

Comments
 (0)