turn on travis for preformat balance

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-10-20 12:27:42 -07:00
parent 41433f0fd9
commit 2e60a567dd
4 changed files with 9 additions and 6 deletions
+3 -2
View File
@@ -115,10 +115,10 @@ The tuple of attributes is checked for a match against every policy in the
policy file. If at least one line matches the request attributes, then the
request is authorized (but may fail later validation).
To permit any authenticated user to do something, write a policy with the
To permit any authenticated user to do something, write a policy with the
group property set to `"system:authenticated"`.
To permit any unauthenticated user to do something, write a policy with the
To permit any unauthenticated user to do something, write a policy with the
group property set to `"system:unauthenticated"`.
To permit a user to do anything, write a policy with the apiGroup, namespace,
@@ -465,6 +465,7 @@ subjects:
name: system:authenticated
- kind: Group
name: system:unauthenticated
```
## Webhook Mode