kafka-security-manager
kafka-security-manager copied to clipboard
Manage your Kafka ACL at scale
Hello, Just wondering if this would be a good addition to the project? Liveness could probably check that ACLs were synced successfully in the last configured sync interval. Readiness would...
https://github.com/conduktor/kafka-security-manager/blob/master/src/test/scala/com/github/simplesteph/ksm/compat/AdminClientAuthorizerTest.scala
For my project, I implemented a PG based source. It assumes the existence of a `kafka_acl` table with the same format as the CSV. Would the inclusion of such a...
Using SOURCE_GITLAB_FILEPATH="/foo/bar.csv" with a leading slash, and a non-existing file, makes Kafka Security Manager log the following: ``` [2020-09-01 14:00:35,365] INFO No changes were detected in the ACL file /foo/bar.csv....
See GitLab API doc: https://docs.gitlab.com/ee/api/#file-path-branches-and-tags-name-encoding >If a file path, branch or tag contains a /, make sure it is URL-encoded. For example, / is represented by %2F: > >GET /api/v4/projects/1/repository/files/src%2FREADME.md?ref=master...
Hallo, incase i don't want to bring Docker Engine dependency to the Machine where i would like to run KSM, then the only Option is to build the JAR from...
Hi, I do have an internal need to implement Google Secret Manager as Source. I've already implemented the source and I'd like to contribute to the project, if your guys...
Hi, as part of a project we implemented support for YAML format and multi-file support. The YAML support allows to write a more human readable permission config: ``` users: C=DE,O=org,OU=WEB,CN=t1.example.com,L=Stuttgart,ST=reg:...
Instead of using a Bitbucket user license with simple auth, repositories can use ssh access keys.