Closed
Bug 1439606
Opened 7 years ago
Closed 7 years ago
Send HTTP Password Header to Transplant when submitting a landing
Categories
(Conduit :: Lando, enhancement)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: imadueme, Assigned: imadueme)
References
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
- Transplant actually requires an HTTP Password header for all inbound requests in addition to ip restriction. lando-api has been designed assuming that transplant security was ip restricted only and so we're missing the Auth headers.
- See https://github.com/globau/conduit-autoland-demo/blob/master/post-to-autoland.py for how to implement this.
- We will need to later coordinate with glob/ckolos in a deployment bug to ensure that the appropriate environment variable is set.
Updated•7 years ago
|
Keywords: conduit-triaged
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #8954175 -
Attachment description: [WIP] transplant_client: refactor and add http basic auth header → transplant_client: refactor and add http basic auth header
Comment 2•7 years ago
|
||
Comment on attachment 8954175 [details]
transplant_client: refactor and add http basic auth header
Steven MacLeod [:smacleod] has approved the revision.
https://phabricator.services.mozilla.com/D647
Attachment #8954175 -
Flags: review+
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•