-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-registriesArea: registriesArea: registriesA-registry-authenticationArea: registry authentication and authorization (authn authz)Area: registry authentication and authorization (authn authz)S-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.
Description
We currently generate a header that looks like Authorization: asdfasdfasdfasdf:
Line 172 in 868d373
| headers.append(&format!("Authorization: {}", token))?; |
This does not match up with the grammar specified in RFC 7235, however:
credentials = auth-scheme [ 1*SP ( token68 / #auth-param ) ]
Authorization = credentials
dtretyakov
Metadata
Metadata
Assignees
Labels
A-registriesArea: registriesArea: registriesA-registry-authenticationArea: registry authentication and authorization (authn authz)Area: registry authentication and authorization (authn authz)S-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.