You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our internal Artifactory server provides SSO since some days.
Now I tried to login with the web-method for the first time, before I created identity token manually resp. used basic auth.
In Artifactory I was asked for a verification code given by the client.
However, it was not shown.
As I yesterday helped a new colleague with setting up jf I knew that this works in general
After giving it some thought I remembered that I (intentionally) always set JFROG_CLI_LOG_LEVEL=ERROR in my .zshrc because I generally do not need the info output.
When running JFROG_CLI_LOG_LEVEL=info jf login I succeeded.
At least I consider the verification code output as something which should not use the log-output but just stdout.
Current behavior
Verification code for web-login is logged with level info.
Reproduction steps
Run JFROG_CLI_LOG_LEVEL=ERROR jf login and choose web-login.
Expected behavior
I expect the verification code for web-login to just be printed to stdout
JFrog CLI version
2.72.2
Operating system type and version
macOS 15.1.1 (24B91)
JFrog Artifactory version
7.98.9
JFrog Xray version
??
The text was updated successfully, but these errors were encountered:
Describe the bug
jf
I knew that this works in generalJFROG_CLI_LOG_LEVEL=ERROR
in my.zshrc
because I generally do not need the info output.JFROG_CLI_LOG_LEVEL=info jf login
I succeeded.stdout
.Current behavior
Verification code for web-login is logged with level
info
.Reproduction steps
Run
JFROG_CLI_LOG_LEVEL=ERROR jf login
and choose web-login.Expected behavior
I expect the verification code for web-login to just be printed to
stdout
JFrog CLI version
2.72.2
Operating system type and version
macOS 15.1.1 (24B91)
JFrog Artifactory version
7.98.9
JFrog Xray version
??
The text was updated successfully, but these errors were encountered: