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](https://github.com/envoyproxy/envoy/pull/9101/files) adds this to Envoy. 1. Update [stackdriver stats exporter](/census-instrumentation/opencensus-cpp/blob/master/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc) 2. Update [stackdriver trace exporter](census-instrumentation/opencensus-cpp/blob/master/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc) Use json config which can be passed through from Envoy. @g-easy @bogdandrutu @bianpengyuan @kyessenov
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.
Use json config which can be passed through from Envoy.
@g-easy
@bogdandrutu
@bianpengyuan
@kyessenov