-
Notifications
You must be signed in to change notification settings - Fork 622
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
CASSGO-18 Add MutualTls authenticators to defaultApprovedAuthenticators #1800
Conversation
f209f9c
to
4206c91
Compare
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.
Looks good, thanks! Please update the reviewed by
in the commit message.
will do! Apologies for missing this, I'll update my commit shortly. |
Allow MutualTlsWithPasswordFallbackAuthenticator and MutualTlsAuthenticator as possible authenticators. MutualTlsWithPasswordFallbackAuthenticator should behave functionally the same as PasswordAuthenticator. MutualTlsAuthenticator's current implementation doesn't send AUTHENTICATE messages to the client, but felt it was worth including here in case it is ever enhanced to possibly also require credentials. patch by Andy Tolbert; reviewed by Martin Sucha for CASSANDRA-19858
4206c91
to
3f79659
Compare
commit updated with no other changes than the commit message itself 👍 |
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.
Thank you!
Closing this as #1801 was merged. |
Allow MutualTlsWithPasswordFallbackAuthenticator and MutualTlsAuthenticator as possible authenticators.
MutualTlsWithPasswordFallbackAuthenticator should behave functionally the same as PasswordAuthenticator.
MutualTlsAuthenticator's current implementation doesn't send AUTHENTICATE messages to the client, but felt it was worth including here in case it is ever enhanced to possibly also require credentials.
patch by Andy Tolbert; reviewed by Martin Sucha for CASSANDRA-19858