From d5b686a24fb21f3522ea09a716126edd5a4da28b Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 26 Nov 2014 13:29:58 -0800 Subject: [PATCH] Revert "Fix link to authentication document" --- docs/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authorization.md b/docs/authorization.md index 83c3e85089b..bcf3263cde7 100644 --- a/docs/authorization.md +++ b/docs/authorization.md @@ -2,7 +2,7 @@ In Kubernetes, authorization happens as a separate step from authentication. -See the [authentication documentation](authentication.md) for an +See the [authentication documentation](../authn_plugins/README.md) for an overview of authentication. Authorization applies to all HTTP accesses on the main apiserver port. (The