Skip to content
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

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2024

  1. Added custom authenticator to support MISE.

    Tejas Kulkarni (from Dev Box) committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a351dbe View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Need to extend GarnetAclAuthenticator while creating custom authentic…

    …ator. Making it public
    Tejas Kulkarni (from Dev Box) committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b09bf82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5118bb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Reverting public for GarnetAclAuthenticator

    Tejas Kulkarni (from Dev Box) committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    68ca6bc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'custom-authenticator' of https://github.com/Xizt/garnet

    …into custom-authenticator
    Tejas Kulkarni (from Dev Box) committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4d524b0 View commit details
    Browse the repository at this point in the history
  3. Updated param name with Override suffix. Setting AuthSetting during G…

    …arnet server intiialization and removed custom auth enum
    Tejas Kulkarni (from Dev Box) committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    88258a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4062b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Keeping default to throw exception.

    Tejas Kulkarni (from Dev Box) committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4452fe5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'custom-authenticator' of https://github.com/Xizt/garnet

    …into custom-authenticator
    Tejas Kulkarni (from Dev Box) committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    910844b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d40632f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'custom-authenticator' of https://github.com/Xizt/garnet

    …into custom-authenticator
    Tejas Kulkarni (from Dev Box) committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bc23778 View commit details
    Browse the repository at this point in the history
  5. Moved new parameter to last for backward compatibility

    Tejas Kulkarni (from Dev Box) committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    da7ae74 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Adding IGarnetAclAuthenticator interface and updated corresponding re…

    …ferences
    Tejas Kulkarni (from Dev Box) committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a2322fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6dcad View commit details
    Browse the repository at this point in the history
  3. Revert "Adding IGarnetAclAuthenticator interface and updated correspo…

    …nding references"
    
    This reverts commit a2322fa.
    Tejas Kulkarni (from Dev Box) committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e945ea8 View commit details
    Browse the repository at this point in the history
  4. Made GarnetAclAuthenticator public

    Tejas Kulkarni (from Dev Box) committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a6b8f36 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    f2cee88 View commit details
    Browse the repository at this point in the history