mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [gitpod-protocol] handle host:token and host:port:token for getGitpodImageAuth * Cleanup * Improve readability * Code review feedback * Update components/gitpod-protocol/src/protocol.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * [supervisor] tests to cover insertCredentialsIntoConfig * Fix tests * [supervisor] handle auth token like `host:port:token` * [image-builder-mk3] handle host:port:token for auth * Fix * Cleanup * Cleanup * Cleanup * Cleanup * [image-builder-bob] tolerate host:port:token Special case is to strip port for 443 * Handle center values & code review feedback * Remove extra/unnecessary trim * [bob] proxy: explicit and implicit fallback for exact header matching for auth proxy --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Gero Posmyk-Leinemann <gero@gitpod.io>