Page MenuHomePhabricator

Unable to pass in HTTP auth in the Build Plans->Make HTTP Request section
Closed, ResolvedPublic

Description

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?

Event Timeline

chang888 assigned this task to epriestley.
chang888 raised the priority of this task from to Normal.
chang888 updated the task description. (Show Details)
chang888 added a project: Phabricator.
chang888 added a subscriber: chang888.

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.