-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add support for Kafka GSSAPI #398
Open
mkanoor
wants to merge
2
commits into
ansible:main
Choose a base branch
from
mkanoor:gssapi_for_kafka
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+23
−6
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It would be good to install it in ansible-rulebook image. WDYT? |
2381185
to
31154ce
Compare
31154ce
to
6703408
Compare
6703408
to
3d4d513
Compare
3d4d513
to
ec3b2ba
Compare
ec3b2ba
to
df7171c
Compare
df7171c
to
0ef5461
Compare
0ef5461
to
55d0660
Compare
55d0660
to
ad906b7
Compare
ad906b7
to
6b0a927
Compare
61b48f1
to
d667770
Compare
d667770
to
625361e
Compare
625361e
to
182b380
Compare
182b380
to
be3a0f4
Compare
be3a0f4
to
acc0c00
Compare
acc0c00
to
81810b5
Compare
81810b5
to
33675d6
Compare
33675d6
to
99b4182
Compare
The aiokafka package already supports GSSAPI as long as it has the correct packages installed along with kerberos. This fix just passes in the parameters from EDA to aiokafka The DE should have * krb5-workstation * krb5-libs * krb5-devel Along with the python gssapi package.
99b4182
to
35f1ff1
Compare
for more information, see https://pre-commit.ci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The aiokafka package already supports GSSAPI as long as it has the correct packages installed along with kerberos.
This fix just passes in the parameters from EDA to aiokafka
The DE should have
Along with the python gssapi package.
https://issues.redhat.com/browse/AAPRFE-1662