Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Empty username and password return "no auth config" #1249

@awesomenix

Description

@awesomenix

Referencing upstream kubernetes issue kubernetes/kubernetes#82043

Problem is that azure sends an empty username,password which seems to work correctly in docker but not containerd. I checked the same with crio and seems to handle well as well

https://github.com/cri-o/cri-o/blob/3d0d92baab491df4605683111940db5ac3a8c9c6/server/image_pull.go#L44

Ask if to check for the same in

return "", "", errors.New("invalid auth config")

Return no error instead of "invalid auth config"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions