Merge pull request #7067 from sbyrne-sugarcrm/master

correct "values [if -> of] all secrets"
This commit is contained in:
Qiming
2018-01-24 11:03:15 +08:00
committed by GitHub
+1 -1
View File
@@ -675,7 +675,7 @@ render those assumptions invalid.
For these reasons `watch` and `list` requests for secrets within a namespace are
extremely powerful capabilities and should be avoided, since listing secrets allows
the clients to inspect the values if all secrets are in that namespace. The ability to
the clients to inspect the values of all secrets that are in that namespace. The ability to
`watch` and `list` all secrets in a cluster should be reserved for only the most
privileged, system-level components.