-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add support for more authentication methods #7
Comments
Can you please implement Basic Auth for JIRA ? Kerberos login is disabled on my JIRA instance. |
All tools support HTTP Basic authentication, while JIRA and RT also support Kerberos authentication. Look into if there are additional kinds of authentication we should be supporting in each tool. |
Possibly add authentication classes instead of the current implementation of just accepting a string for kerberos and a tuple for HTTP Basic auth. Auth classes in Requests: http://docs.python-requests.org/en/master/user/authentication/ Previous idea for authentication classes: 30ba2f5 |
TicketUtil currently supports:
Add support for more authentication methods.
The text was updated successfully, but these errors were encountered: