openshift-online / maestro

Maestro Service Repo
Apache License 2.0
11 stars 20 forks source link

support grpc auth for grpc server. #168

Closed morvencao closed 3 months ago

morvencao commented 4 months ago

Add authentication and authorization for gRPC server, using kube authorizer:

how to configure authentication and authorization doc: https://github.com/morvencao/openshift-online-maestro/blob/br_grpc_auth/docs/grpc.md#authentication-and-authorization

ref:

morvencao commented 4 months ago

/assign @qiujian16 @clyang82 @skeeey

clyang82 commented 3 months ago

/ok-to-test

morvencao commented 3 months ago

rebased the code, added document for how to configure grpc server authN and authZ.