We're trying to call Jenkins from Phabricator. Unfortunately, Jenkins requires HTTP auth. Passing in https://user:password@jenkins.mycompany.com/... doesn't seem to work (but curl does parse that and successfully gets into jenkins.mycompany.com). Is there another way to accomplish this, short of having to write our own proxy?
Description
Description
Revisions and Commits
Revisions and Commits
rPHU libphutil | |||
D8621 | rPHU7a4f46251c21 Support HTTP basic auth in HTTPFuture | ||
rP Phabricator | |||
D8786 | rP803c50c1e7b4 Allow Harbormaster HTTP steps to pass credentials | ||
D8607 | rPe8e12910a70f Implement a "credential" standard custom field |
Event Timeline
Comment Actions
I think we're just dropping these credentials along the way somewhere. We should support this explicitly through Passphrase, though, and test for it in the UI.