LinuxSuRen / LinuxSuRen/api-testing
Add authentication support in the gRPC server
Open
enhancement
good first issue
- Dominant language
- Go
- Stars
- 369
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.