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

MG-2235 - Check gRPC Service is Healthy During Setup #2245

Merged
merged 4 commits into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. feat(grpc): validate the gprc server is healthy

    When connecting to the grpc server ensure the server is healthy before returning AuthClient
    
    No breaking changes. It only break the SetupAuth and SetupAuthz clients
    
    Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
    rodneyosodo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ec08bee View commit details
    Browse the repository at this point in the history
  2. refactor(docker): update service depending on auth

    Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
    rodneyosodo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7caa6f8 View commit details
    Browse the repository at this point in the history
  3. test(grpc): change tests to correspond with new changes

    Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
    rodneyosodo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    72bfb75 View commit details
    Browse the repository at this point in the history
  4. fix: rename healthcheckfailed error to errnotserving

    Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
    rodneyosodo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5ecd805 View commit details
    Browse the repository at this point in the history