Skip to content

Commit

Permalink
doc clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Sep 11, 2016
1 parent 60f4cfe commit fdec417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-kubernetes-controller.md
Expand Up @@ -76,7 +76,7 @@ sudo mv token.csv /var/lib/kubernetes/

##### Authorization

Attribute-Based Access Control (ABAC) will be used to authorize access to the Kubernetes API. In this lab ABAC will be setup using the Kuberentes policy file backend as documented in the [Kubernetes authorization guide](http://kubernetes.io/docs/admin/authorization).
Attribute-Based Access Control (ABAC) will be used to authorize access to the Kubernetes API. In this lab ABAC will be setup using the Kubernetes policy file backend as documented in the [Kubernetes authorization guide](http://kubernetes.io/docs/admin/authorization).

```
wget https://raw.githubusercontent.com/kelseyhightower/kubernetes-the-hard-way/master/authorization-policy.jsonl
Expand Down

0 comments on commit fdec417

Please sign in to comment.