docs icon indicating copy to clipboard operation
docs copied to clipboard

It is possible to use an insecure registry with basic authentication

Open x-yuri opened this issue 2 years ago • 0 comments

Problem description

The documentation says that it's not possible, but I just succeeded.

Problem location

Warning: It's not possible to use an insecure registry with basic authentication. {:.warning}

https://github.com/docker/docs/blob/v18.03/registry/insecure.md

You cannot use authentication with authentication schemes that send credentials as clear text. You must configure TLS first for authentication to work. {:.warning}

https://github.com/docker/docs/blob/v18.03/registry/deploying.md

Project version(s) affected

Suggestions for a fix

Suggest to not use insecure registries instead. Or remove these particular warnings (because the documentation already has such suggestions).

x-yuri avatar Oct 07 '22 17:10 x-yuri