-
Notifications
You must be signed in to change notification settings - Fork 207
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 auth failure on one-way TLS #1167
base: develop
Are you sure you want to change the base?
Fix auth failure on one-way TLS #1167
Conversation
Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: Shah, Karan <[email protected]>
b55c667
to
bede7a4
Compare
…fault Signed-off-by: Shah, Karan <[email protected]>
…fault Signed-off-by: Shah, Karan <[email protected]>
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.
Is updating the usage of these keys in tests not in scope for this PR? Tests Ref.
Yes. @payalcha suggested applying those changes in a separate PR (after this is merged). |
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.
Great, thanks @MasterSkepticista !
PS: as discussed offline, don't forget to run the OpenFL-Security CI against this branch
Signed-off-by: Shah, Karan <[email protected]>
Edit: Internal changes for ofl-s pending, do not merge.
Changelog:
tls -> use_tls
in the plan.disable_client_auth -> require_client_auth
in the plan. NOTE: This change has been made to reduce cognitive overhead of knowing how to enable mTLS in communication between the client-server.disable_client_auth=False, tls=True
) meant enabling mTLS.require_client_auth=True, use_tls=True
) will enable mTLS.logger.warn -> logger.warning
to hide deprecation warningsTested with 4 combinations of two updated flags.