Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added custom authentication support to Garnet. (#648)
* Added custom authenticator to support MISE. * Need to extend GarnetAclAuthenticator while creating custom authenticator. Making it public * Reverting public for GarnetAclAuthenticator * Updated param name with Override suffix. Setting AuthSetting during Garnet server intiialization and removed custom auth enum * Keeping default to throw exception. * Moved new parameter to last for backward compatibility * Adding IGarnetAclAuthenticator interface and updated corresponding references * Revert "Adding IGarnetAclAuthenticator interface and updated corresponding references" This reverts commit a2322fa. * Made GarnetAclAuthenticator public --------- Co-authored-by: Tejas Kulkarni (from Dev Box) <[email protected]> Co-authored-by: Badrish Chandramouli <[email protected]>
- Loading branch information