Skip to content
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

Open
dmranck opened this issue Mar 1, 2017 · 3 comments
Open

Add support for more authentication methods #7

dmranck opened this issue Mar 1, 2017 · 3 comments

Comments

@dmranck
Copy link
Owner

dmranck commented Mar 1, 2017

TicketUtil currently supports:

  • Kerberos for JIRA, RT
  • Basic Auth for Redmine, Bugzilla

Add support for more authentication methods.

@dmranck dmranck changed the title Add support for more authentication methods in TicketUtil Add support for more authentication methods Mar 1, 2017
@Akasurde
Copy link
Contributor

Can you please implement Basic Auth for JIRA ? Kerberos login is disabled on my JIRA instance.

@dmranck
Copy link
Owner Author

dmranck commented May 25, 2018

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.

@dmranck
Copy link
Owner Author

dmranck commented May 25, 2018

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
I like this idea, but think it should be generic across all tools, either in ticket.py or a separate auth.py file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants