Ability to use Personal Access Tokens to authorize with JIRA #268
-
Rather than putting my username in an environment variable, JIRA 8.14 supports automatically-expiring Personal Access Tokens. It looks like you use HTTP bearer auth rather than basic auth. If you reuse the JIRA_API_TOKEN env variable for this you need some mechanism to indicate in the config which auth style to use. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
@sconzey The tool uses basic auth and if your installation supports access tokens, you should already be able to login with the token. Did you try by setting Line 225 in 27b6122 |
Beta Was this translation helpful? Give feedback.
-
Contrary to API tokens for Jira-Cloud, it seems like PATs can not be used for basic auth. |
Beta Was this translation helpful? Give feedback.
-
This feature is being discussed in this PR #269 |
Beta Was this translation helpful? Give feedback.
-
This change is available in the new release v1.0.0-beta |
Beta Was this translation helpful? Give feedback.
This change is available in the new release v1.0.0-beta