Revert "Updates to authentication"

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen Day 2015-06-26 14:14:01 -07:00 committed by Stephen J Day
parent 5ed143bc06
commit eec0e998af

View file

@ -32,9 +32,11 @@ While this model gives you the ability to use whatever authentication backend yo
Below is a simple example of secured basic authentication (using TLS), using nginx as a proxy. Below is a simple example of secured basic authentication (using TLS), using nginx as a proxy.
### Requirements ### Requirements
You should have followed entirely the basic [deployment guide](deploying.md). If you have not, please take the time to do so. You should have followed entirely the basic [deployment guide](deployement.md).
If you have not, please take the time to do so.
At this point, it's assumed that: At this point, it's assumed that:
@ -169,6 +171,6 @@ Now:
This is **advanced**. This is **advanced**.
You will find [background information here](/spec/auth/token.md), [configuration information here](configuration.md#auth). You will find [background information here](spec/auth/token.md), [configuration information here](configuration.md#auth).
Beware that you will have to implement your own authentication service for this to work (though there exist third-party open-source implementations). Beware that you will have to implement your own authentication service for this to work (though there exist third-party open-source implementations).