-
Notifications
You must be signed in to change notification settings - Fork 335
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
add principal and keytab to kafka output #1059
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@bryce-wilkinson-443 Please run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bryce-wilkinson-443 lgtm
@bryce-wilkinson-443 could you please run the |
56dfff8
Thanks @ahma @siliconbrain I have ran make generate and pushed however it still seems to be failing at the diff stage |
@bryce-wilkinson-443 Because you've merged from master and didn't run make generate
make manifests
make generate I know, it's a little convoluted, but that's how it is 🤷 |
@bryce-wilkinson-443 you're still missing a |
Thank you |
@bryce-wilkinson-443 Now you just have to sign the CLA and finish the checklist in the PR description |
2728fd7
8d69024
to
2728fd7
Compare
Thanks for all your help, I have confirmed it's working. I tried to squash a few commits to clean it up. But unable to for some reason. PR is now ready to merge |
@bryce-wilkinson-443 we're just waiting for you to sign the CLA |
Thanks, CLA has been signed |
What's in this PR?
Add principal and Keytab fields to Output and Cluster Output CRD's
Why?
These fields are necessary if the kafka cluster is using kerberos
Checklist
To Do