I make frequent use of the jf atc command to generate temporary access tokens in our CI environment.
However, some use cases require me to know the username of the token (I'm logging in to servers with only Podman, and not Docker, installed). Failing to provide the correct username renders me unable to log in.
I don't think there is a solution to this apart from parsing ~/.jfrog/jfrog-cli.conf.v6, which isn't ideal.
Is it possible to add the username as a part of the jf atc output?
Thanks!
I make frequent use of the
jf atccommand to generate temporary access tokens in our CI environment.However, some use cases require me to know the username of the token (I'm logging in to servers with only Podman, and not Docker, installed). Failing to provide the correct username renders me unable to log in.
I don't think there is a solution to this apart from parsing
~/.jfrog/jfrog-cli.conf.v6, which isn't ideal.Is it possible to add the username as a part of the
jf atcoutput?Thanks!