Skip to content

Commit 57c343b

Browse files
authored
Merge pull request #59 from Yolean/rbac-namespace-default
RBAC policies through kubectl apply -f rbac-namespace-default/
2 parents a8db336 + 13520a6 commit 57c343b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ For clients we tend to use [librdkafka](https://github.com/edenhill/librdkafka)-
5252
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.
5353
Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon)s.
5454

55+
## RBAC
56+
57+
For clusters that enfoce [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/) there's a minimal set of policies in
58+
```
59+
kubectl apply -f rbac-namespace-default/
60+
```
61+
5562
# Tests
5663

5764
```

0 commit comments

Comments
 (0)