Skip to content

Commit

Permalink
Update rbac.md
Browse files Browse the repository at this point in the history
Documentation for kubernetes/enhancements#789
  • Loading branch information
Jake Sanders authored Feb 28, 2019
1 parent 0bbe2db commit 2d76f15
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/en/docs/reference/access-authn-authz/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,14 +489,19 @@ NOTE: editing the role is not recommended as changes will be overwritten on API
</tr>
<tr>
<td><b>system:basic-user</b></td>
<td><b>system:authenticated</b> and <b>system:unauthenticated</b> groups</td>
<td><b>system:authenticated</b> group</td>
<td>Allows a user read-only access to basic information about themselves.</td>
</tr>
<tr>
<td><b>system:discovery</b></td>
<td><b>system:authenticated</b> and <b>system:unauthenticated</b> groups</td>
<td><b>system:authenticated</b> group</td>
<td>Allows read-only access to API discovery endpoints needed to discover and negotiate an API level.</td>
</tr>
<tr>
<td><b>system:public-info-viewer</b></td>
<td><b>system:authenticated</b> and <b>system:unauthenticated</b> groups</td>
<td>Allows read-only access to non-sensitive cluster information.</td>
</tr>
</table>

### User-facing Roles
Expand Down

0 comments on commit 2d76f15

Please sign in to comment.