-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI:DOCS] converted query parameter for credentials to header parameter. #10588
Conversation
@vrothberg Was there a use case you intended for the |
I think that comes from a time from before we had the x-registry-... header plumbed. |
@vrothberg @jwhonce is this good to merge or do we not want to switch to x-reg? It seems to me like |
credentials switched from query param to header x-reg due to podman parsing the header for credentials not the query itself. Signed-off-by: cdoern <[email protected]>
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cdoern, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: cdoern [email protected]
Edited docs based on the fact that we added support for X-Registry-Auth and the libpod pull code seems to only parse the header instead of the credentials query parameter. If interested, we could add handling for a credentials query parameter as well.