-
Notifications
You must be signed in to change notification settings - Fork 521
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
Added custom authentication support to Garnet. #648
Conversation
@microsoft-github-policy-service agree company="microsoft" |
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.
Need some changes before merging
…into custom-authenticator
…arnet server intiialization and removed custom auth enum
…into custom-authenticator
…into custom-authenticator
@badrishc @vazois There are more dependencies on the GarnetAclAuthenticator. Please do let me know the possibilities of making this class public. |
…nding references" This reverts commit a2322fa.
Changes to support custom authentication. Extended AuthenticationSettings by adding a custom mode which is expected to be passed during server start if custom auth mode is chosen.