opencensus-cpp icon indicating copy to clipboard operation
opencensus-cpp copied to clipboard

Security Token Service (STS) to fetch grpc call credentials

Open mandarjog opened this issue 5 years ago • 0 comments

OC tracer and OC metrics should support token fetching using STS service. https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16

Stackdriver metrics and tracing API both need STS to support GKE workload identity.

Example Envoy PR adds this to Envoy.

  1. Update stackdriver stats exporter
  2. Update stackdriver trace exporter

Use json config which can be passed through from Envoy.

@g-easy @bogdandrutu @bianpengyuan @kyessenov

mandarjog avatar Jan 14 '20 22:01 mandarjog