Back to Dapr

Sentry Service APIs

dapr/proto/sentry/v1/README.md

1.18.0787 B
Original Source

Sentry Service APIs

This folder is intended for sentry service APIs that the daprd sidecars use to manage mTLS between services and acts as a certificate authority. The sentry service is also used by the Dapr control plane services. For more details about the sentry service please refer to the docs.

Proto client generation

Pre-requisites:

  1. Install protoc version: v4.25.4

  2. Install protoc-gen-go, protoc-gen-go-grpc and protoc-gen-connect-go

bash
make init-proto

If protoc is already installed:

  1. Generate gRPC proto clients from the root of the project
bash
make gen-proto
  1. See the auto-generated files in pkg/proto