From 8a31c8ad56892b209c8c380cd5197a75854f55b0 Mon Sep 17 00:00:00 2001 From: "Charlie R.C" Date: Thu, 13 Jul 2017 21:51:42 -0500 Subject: [PATCH] Update "readonly" in abac --- docs/admin/authorization/abac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization/abac.md b/docs/admin/authorization/abac.md index 45bd9293e1..d06b5a1ef8 100644 --- a/docs/admin/authorization/abac.md +++ b/docs/admin/authorization/abac.md @@ -45,7 +45,7 @@ properties: - Wildcard: - `*` matches all non-resource requests. - `/foo/*` matches all subpaths of `/foo/`. - - `readonly`, type boolean, when true, means that the policy only applies to get, list, and watch operations. + - `readonly`, type boolean, when true, means that the Resource-matching policy only applies to get, list, and watch operations, Non-resource-matching policy only applies to get operation. **NOTES:** An unset property is the same as a property set to the zero value for its type (e.g. empty string, 0, false). However, unset should be preferred for