Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Support for .netrc and keychain is available in the new release v1.0.0-beta |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For on-premise installation. We couldn't create a token by jira API. (Before 8.14 version)
So, we need to save the password without encoded in
./bashrc
.It might be too easy to steal by other user.
For me, I use
set JIRA_API_TOKEN ****
andunset JIRA_API_TOKEN
every time when using JiraCLI.Is there any safer way to hide or encode the password?
Beta Was this translation helpful? Give feedback.
All reactions