-
Bug
-
Resolution: Incomplete
-
Minor
-
None
-
github-oauth-0.19
Jenkins 1.581
OpenJDK 7u65-2.5.2-3~14.04
Ubuntu 14.04.1 LTS x86_64
github-oauth merged jenkinsci/github-oauth-plugin#15 and now uses jenkins proxy configuration jenkinsci/github-oauth-plugin@09dc928f24a633cd5dc41033be3196e6eb47b325.
But proxy support is incomplete.
- It does not work behind non-authentication proxies, because github-api does not support proxies in some cases. (kohsuke/github-api#109 and kohsuke/github-api#124)
- It does not respect Jenkins' noProxyHost.
- It does not support authentication proxies.
- is related to
-
JENKINS-24592 ghprb does not support proxies
-
- Resolved
-
[JENKINS-24866] github-oauth does not work behind proxies nor authentication proxies
Link |
New:
This issue is related to |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Description |
Original:
github-oauth merged [jenkinsci/github-oauth-plugin#15|https://github.com/jenkinsci/github-oauth-plugin/pull/15] and now uses jenkins proxy configuration [jenkinsci/github-oauth-plugin@09dc928f24a633cd5dc41033be3196e6eb47b325|https://github.com/jenkinsci/github-oauth-plugin/commit/09dc928f24a633cd5dc41033be3196e6eb47b325]. But proxy support is incomplete. # It does not work behind non-authentication proxies, because github-api does not support proxies in some cases. ([kohsuke/github-api#109|https://github.com/kohsuke/github-api/issues/109] and [kohsuke/github-api#124|https://github.com/kohsuke/github-api/pull/124]) # It does not support authentication proxies. |
New:
github-oauth merged [jenkinsci/github-oauth-plugin#15|https://github.com/jenkinsci/github-oauth-plugin/pull/15] and now uses jenkins proxy configuration [jenkinsci/github-oauth-plugin@09dc928f24a633cd5dc41033be3196e6eb47b325|https://github.com/jenkinsci/github-oauth-plugin/commit/09dc928f24a633cd5dc41033be3196e6eb47b325]. But proxy support is incomplete. # It does not work behind non-authentication proxies, because github-api does not support proxies in some cases. ([kohsuke/github-api#109|https://github.com/kohsuke/github-api/issues/109] and [kohsuke/github-api#124|https://github.com/kohsuke/github-api/pull/124]) # It does not respect Jenkins' noProxyHost. # It does not support authentication proxies. |
Resolution | New: Incomplete [ 4 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 158098 ] | New: JNJira + In-Review [ 195877 ] |
I have create a pull request. https://github.com/jenkinsci/github-oauth-plugin/pull/30