From b65b2044159e6e7d531d4fb4c2d65d952ea9408c Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 14 Nov 2016 21:10:10 -0500 Subject: [PATCH] update required non-resource paths --- docs/admin/authorization.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index f7e9e0e4c7..89c3455bb0 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -567,10 +567,10 @@ Access to non-resource paths are sent as: Non-resource paths include: `/api`, `/apis`, `/metrics`, `/resetMetrics`, `/logs`, `/debug`, `/healthz`, `/swagger-ui/`, `/swaggerapi/`, `/ui`, and -`/version.` Clients require access to `/api`, `/api/*/`, `/apis/`, `/apis/*`, -`/apis/*/*`, and `/version` to discover what resources and versions are present -on the server. Access to other non-resource paths can be disallowed without -restricting access to the REST api. +`/version.` Clients require access to `/api`, `/api/*`, `/apis`, `/apis/*`, +and `/version` to discover what resources and versions are present on the server. +Access to other non-resource paths can be disallowed without restricting access +to the REST api. For further documentation refer to the authorization.v1beta1 API objects and plugin/pkg/auth/authorizer/webhook/webhook.go.