Issue ID:
Type
Bug
Title:
FIX: Docker Authentication Header Does not Inspect X-Forwarded-Proto header on incoming request
Created:
6/8/2025 1:51:48 AM by Alana Tripp
Status:
Awaiting Release on 6/13/2025 11:11:03 PM
Last pulled:
6/13/2025 11:44:26 PM
Description:
See DockerHandler.cs#133 As a result, the following request produces an invalid realm: ``` curl -i https://proget2.inedo.com/v2/ HTTP/1.1 401 Unauthorized Server: nginx/1.24.0 (Ubuntu) Date: Sun, 08 Jun 2025 05:23:58 GMT Content-Type: application/json Content-Length: 145 Connection: keep-alive Cache-Control: private Vary: Accept-Encoding, Authorization WWW-Authenticate: Bearer realm="http://proget2.inedo.com/v2/_auth",service="proget2.inedo.com" X-ProGet-Version: 24.0.35.2 X-ProGet-Edition: unknown Docker-Distribution-API-Version: registry/2.0 ```