Add support of basic auth for jira
Review Request #9830 — Created March 23, 2018 and discarded
If the hosted bug tracker is not readable by an anonymous connection it is necessary to provide valid credentials to fetch jira information. These adds support to add username and password for a simple authentication.
Added this patch, saved settings with empty username
and empty password. Saw that it cannot fetch any
information from jira as the connection is not
authorized.Saved the settings wird a valid username and
valid password. Saw that it can fetch all
information.
Description | From | Last Updated |
---|---|---|
is this available in public WebAPI? How can I encrypt it? Will it be encrypted with SECRET_KEY? |
misery |
- Commit:
-
a9f2d392009d11d3d5b0b523ff92b2660558328b9cba2299295111384b213f9d87fce8f156a598d8
- Diff:
-
Revision 2 (+25 -1)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Change Summary:
-
fixed max_retries bug
- Commit:
-
9cba2299295111384b213f9d87fce8f156a598d888fb89c2f6e992ef351a77581912636e458ffad2
- Diff:
-
Revision 3 (+29 -1)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.