From 06aed032d28b8e0d4ccf9c9ca500c45d247cf937 Mon Sep 17 00:00:00 2001 From: xilabao Date: Mon, 24 Apr 2017 11:13:47 +0800 Subject: [PATCH] fix wildcard in authorization --- docs/admin/authorization/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization/index.md b/docs/admin/authorization/index.md index 001e25426f..131a2d66bc 100644 --- a/docs/admin/authorization/index.md +++ b/docs/admin/authorization/index.md @@ -106,7 +106,7 @@ properties: - Ex: `/version` or `/apis` - Wildcard: - `*` matches all non-resource requests. - - `/foo/*` matches `/foo/` and all of its subpaths. + - `/foo/*` matches all subpaths of `/foo/`. - `readonly`, type boolean, when true, means that the policy only applies to get, list, and watch operations. **NOTES:** An unset property is the same as a property set to the zero value for its type