aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsolsson <solsson@gmail.com>2017-08-05 06:33:22 +0200
committerGitHub <noreply@github.com>2017-08-05 06:33:22 +0200
commit57c343ba2bbf33e89bc48761d4d3b405f576b8f8 (patch)
treee423b38e27cdb5def08291afb07a801d5caa4f55
parenta8db336c1a03d01e8aacd4f811bebc5ab9542b26 (diff)
parent13520a6f495fc59d4901c9e39eb3498598a5e1ee (diff)
downloadkubernetes-kafka-57c343ba2bbf33e89bc48761d4d3b405f576b8f8.tar.gz
kubernetes-kafka-57c343ba2bbf33e89bc48761d4d3b405f576b8f8.tar.bz2
kubernetes-kafka-57c343ba2bbf33e89bc48761d4d3b405f576b8f8.zip
Merge pull request #59 from Yolean/rbac-namespace-default
RBAC policies through kubectl apply -f rbac-namespace-default/
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9853d12..e0cdf91 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,13 @@ For clients we tend to use [librdkafka](https://github.com/edenhill/librdkafka)-
To use [Kafka Connect](http://kafka.apache.org/documentation/#connect) and [Kafka Streams](http://kafka.apache.org/documentation/streams/) you may want to take a look at our [sample](https://github.com/solsson/dockerfiles/tree/master/connect-files) [Dockerfile](https://github.com/solsson/dockerfiles/tree/master/streams-logfilter)s.
Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon)s.
+## RBAC
+
+For clusters that enfoce [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/) there's a minimal set of policies in
+```
+kubectl apply -f rbac-namespace-default/
+```
+
# Tests
```