Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat: Capability in dagger to consume from ACL enabled kafka clusters#195

Merged
Meghajit merged 14 commits intoraystack:mainraystack/dagger:mainfrom
mayankrai09:mainCopy head branch name to clipboard
Oct 17, 2022
Merged

feat: Capability in dagger to consume from ACL enabled kafka clusters#195
Meghajit merged 14 commits intoraystack:mainraystack/dagger:mainfrom
mayankrai09:mainCopy head branch name to clipboard

Conversation

@mayankrai09
Copy link
Contributor

we are working on a centralized Kafka cluster that would contain data from other entities (Gojek/Gofin..etc). For compliance reasons, the cluster needs to be ACL enabled. Also, there is a need to run daggers that would consume from this ACL-enabled cluster.
We are planning to use
securtiy_protocol: SASL_PLAINTEXT
sasl_mechanism: SCRAM-SHA-512/SCRAM-SHA-256 [We took the decision to use SCRAM for the ease of adding new users]
Apart from these configs we would also need to have jaas-config in the consumer side containing the user credentials. We would be mounting the jaas-config to that particular flink cluster which would be consuming from ACL-enabled Kafka clusters.

version.txt Outdated Show resolved Hide resolved
docs/docs/reference/configuration.md Outdated Show resolved Hide resolved
docs/docs/reference/configuration.md Show resolved Hide resolved
docs/docs/reference/configuration.md Outdated Show resolved Hide resolved
docs/docs/reference/configuration.md Show resolved Hide resolved
docs/docs/reference/configuration.md Show resolved Hide resolved
@Meghajit
Copy link
Member

@prakharmathur82 @mayankrai09 This seems like an important but advanced feature, which might be tricky to configure for new users.

Hence I was thinking if we should include a separate page under the Advance section here in the documentation to help guide folks on what is Kerberos authentication in Dagger, which sources support it and how to enable it by setting which configuration variables.

Maybe titled Security, similar to how Flink does it : https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/deployment/security/security-kerberos/

cc: @ravisuhag

Copy link
Member

@Meghajit Meghajit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have added some comments on the PR

docs/docs/advance/security.md Show resolved Hide resolved
@Meghajit Meghajit merged commit 8f32ecc into raystack:main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments

Close sidebar
Morty Proxy This is a proxified and sanitized view of the page, visit original site.