Merge pull request #3874 from jimrollenhagen/carabou

Trivial typo fix
This commit is contained in:
Andrew Chen
2017-05-22 15:16:48 -07:00
committed by GitHub
+2 -2
View File
@@ -61,7 +61,7 @@ After the request is authenticated as coming from a specific user, the request m
A request must include the username of the requester, the requested action, and the object affected by the action. The request is authorized if an existing policy declares that the user has permissions to complete the requested action.
For example, if Bob has the policy below, then he can read pods only in the namespace `projectCarabou`:
For example, if Bob has the policy below, then he can read pods only in the namespace `projectCaribou`:
```json
{
@@ -83,7 +83,7 @@ If Bob makes the following request, the request is authorized because he is allo
"kind": "SubjectAccessReview",
"spec": {
"resourceAttributes": {
"namespace": "projectCarabou",
"namespace": "projectCaribou",
"verb": "get",
"group": "unicorn.example.org",
"resource": "pods"