https://github.com/patrickhuie19/grpc-app-auth
gRPC services with application layer authentication + distributed tracing instrumentation
https://github.com/patrickhuie19/grpc-app-auth
authentication ed25519 signatures tracing
Last synced: 11 months ago
JSON representation
gRPC services with application layer authentication + distributed tracing instrumentation
- Host: GitHub
- URL: https://github.com/patrickhuie19/grpc-app-auth
- Owner: patrickhuie19
- Created: 2023-07-29T20:05:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T21:35:43.000Z (over 2 years ago)
- Last Synced: 2025-02-22T12:11:35.682Z (over 1 year ago)
- Topics: authentication, ed25519, signatures, tracing
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-app-auth
[](LINK-TO-BUILD)
[](https://golang.org/dl/)
[](https://opensource.org/license/mit/)
## Introduction
`grpc-app-auth` is a demo project that showcases the capabilities of ed25519 public-key signatures, distributed tracing, and secure RPC calls.
## Quick Installation
```bash
git clone https://github.com/patrickhuie19/grpc-app-auth.git
cd grpc-app-auth/internal/example
```
## Examples
Checkout the examples directory for different ways of interacting with the implemented gRPC services
## Server and Client API
Check out the integration tests in the intgtest directory and run the tests to get a feel for the Client and Server API.
```bash
cd internal/intgtest
go test ./... -v
```
## Distributed Tracing
The gRPC services in this application can be instrumented OpenTelemetry tracing. Check out `example-otlp-agent-tempo-grafana`.
Traces can also be generated in a mock tracing workflow and viewed in grafana. Checkout the Readme for the [tracing workflow](../grpc-app-auth/.github/workflows/README.md)
## Contributions
Contributions and PRs are most welcome! Feel free to fork the repository, make your changes, and submit a pull request.
## Roadmap
Nothing at the moment - feel free to suggest!