-
Notifications
You must be signed in to change notification settings - Fork 87
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
OIDC-only mode that doesn’t install jfrog CLI #209
Comments
Hi @pavelzw, Thank you for opening this issue! It seems like this could potentially be achieved by exporting the environment variables, which you could reference in the rest of your workflow. Could you please elaborate on why you need this feature? Understanding your use case will help us improve and better address your needs. Looking forward to your insights! |
Hi @EyalDelarea, my use case is that I am only interested in authenticating to Artifactory using OIDC but I'm not using the jfrog CLI. For example, this warning here: Or these environment variables that pop up in every subsequent step: Additionally, in corporate environments you might not have access to the internet and thus the download of https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.72.5/jfrog-cli-linux-amd64/jfrog would get stuck/fail.
We already export the variables in |
Hi @pavelzw, have you considered using the General snippet that is provided in the JFrog Platform? It is implemented with REST API without JFrog cli. |
Is your feature request related to a problem? Please describe.
We are using this action to authenticate with OIDC to jfrog’s servers.
We don’t use jfrogs cli tools but our own tooling (docker, conda, pixi, …)
Would it be possible to skip the download + configure cli parts and only do the OIDC auth in this action and skip all of the additional jf setup?
Describe the solution you'd like to see
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: