Skip to content

Commit

Permalink
Merge pull request #10588 from cdoern/imgDocs
Browse files Browse the repository at this point in the history
[CI:DOCS] converted query parameter for credentials to header parameter.
  • Loading branch information
openshift-merge-robot authored Jun 16, 2021
2 parents 092b2ec + eb927dc commit 1c71c1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/api/server/register_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -962,10 +962,6 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
// description: "Mandatory reference to the image (e.g., quay.io/image/name:tag)"
// type: string
// - in: query
// name: credentials
// description: "username:password for the registry"
// type: string
// - in: query
// name: Arch
// description: Pull image for the specified architecture.
// type: string
Expand All @@ -986,6 +982,10 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
// name: allTags
// description: Pull all tagged images in the repository.
// type: boolean
// - in: header
// name: X-Registry-Auth
// description: "base-64 encoded auth config. Must include the following four values: username, password, email and server address OR simply just an identity token."
// type: string
// produces:
// - application/json
// responses:
Expand Down

0 comments on commit 1c71c1a

Please sign in to comment.