LinuxSuRen / LinuxSuRen/api-testing
Add authentication support in the gRPC server
Aperta
@DWJ-Squirtle ci sta già lavorando.
Dal 31/5/2024.
enhancement
good first issue
- Lingua principale
- Go
- Stelle
- 369
- Fork
- 67
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.