api-testing icon indicating copy to clipboard operation
api-testing copied to clipboard

Add authentication support in the gRPC server

Open LinuxSuRen opened this issue 1 year ago • 5 comments

Currently, all clients could connect to the gRPC server with any auth. It's not safe for the production environment. We could simply support username/password or other auth method.

See also:

  • https://github.com/LinuxSuRen/api-testing/blob/master/cmd/server.go
  • https://grpc.io/docs/guides/auth/#extending-grpc-to-support-other-authentication-mechanisms
  • https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-auth-support.md

LinuxSuRen avatar Apr 25 '23 12:04 LinuxSuRen

Hello, @LinuxSuRen , I would like to handle this issue.

baimuchu avatar Apr 26 '23 03:04 baimuchu

Great! Hopefully you could enjoy it.

LinuxSuRen avatar Apr 26 '23 04:04 LinuxSuRen

hi @baimuchu I'm going to cancel the asign status due to no response from you in a long time.

LinuxSuRen avatar Sep 08 '23 09:09 LinuxSuRen

I would like to handle this issue.

DWJ-Squirtle avatar May 31 '24 07:05 DWJ-Squirtle

Sure.

LinuxSuRen avatar May 31 '24 07:05 LinuxSuRen