mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
Fix typo
I think negociate is very occasionally used, but it certainly looks wrong to me. Signed-off-by: Adrian Mouat <adrian.mouat@gmail.com>
This commit is contained in:
parent
6deedd29d9
commit
f670f00058
@ -21,7 +21,7 @@ The second method requires significantly more investment, and only make sense if
|
||||
|
||||
With this method, you implement basic authentication in a reverse proxy that sits in front of your registry.
|
||||
|
||||
Since the Docker engine uses basic authentication to negociate access to the Registry, securing communication between docker engines and your proxy is absolutely paramount.
|
||||
Since the Docker engine uses basic authentication to negotiate access to the Registry, securing communication between docker engines and your proxy is absolutely paramount.
|
||||
|
||||
While this model gives you the ability to use whatever authentication backend you want through a secondary authentication mechanism implemented inside your proxy, it also requires that you move TLS termination from the Registry to the proxy itself.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user