-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 configuration property that allows disabling FAST negotiation for… #2745
Add configuration property that allows disabling FAST negotiation for… #2745
Conversation
… Kerberos authentication Signed-off-by: Kaz Zahed <kaz.zahed@att.com>
Codecov Report
@@ Coverage Diff @@
## master #2745 +/- ##
==========================================
- Coverage 95.83% 95.82% -0.02%
==========================================
Files 217 217
Lines 9656 9656
==========================================
- Hits 9254 9253 -1
- Misses 331 332 +1
Partials 71 71
Continue to review full report at Codecov.
|
suffixKerberosPassword = ".password" | ||
suffixKerberosConfig = ".config-file" | ||
suffixKerberosKeyTab = ".keytab-file" | ||
suffixKerberosDisablePAFXFAST = ".disable-pa-fx-fast" |
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.
in the description you refer to this as "FAST negotiation". Is it important to have "pa-fx"? If so, it would be better to spell them out in the flag description too.
I restarted CIT Kafka job. If it fails again it might be due to this change. |
Kafka integration test failed again |
@kaz-zahed could you please double-check the Kafka failure? |
go.mod |
What's the current status of this PR? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. You may re-open it if you need more time. |
This pull request has been automatically closed due to inactivity. You may re-open it if you need more time. We really appreciate your contribution and we are sorry that this has not been completed. |
… Kerberos authentication
Signed-off-by: Kaz Zahed kaz.zahed@att.com
Which problem is this PR solving?
Short description of the changes