From b385fd6c22894e58ac3ca7af66a57275ae0170ff Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Mon, 22 Apr 2024 13:43:40 +0200 Subject: [PATCH] TRACING-4106: add note that tempo gateway service only supports OTLP/gRPC Signed-off-by: Andreas Gerstmayr --- modules/distr-tracing-tempo-config-multitenancy.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/distr-tracing-tempo-config-multitenancy.adoc b/modules/distr-tracing-tempo-config-multitenancy.adoc index 001211eb72..68ee12be62 100644 --- a/modules/distr-tracing-tempo-config-multitenancy.adoc +++ b/modules/distr-tracing-tempo-config-multitenancy.adoc @@ -9,6 +9,11 @@ Multitenancy with authentication and authorization is provided in the Tempo Gateway service. The authentication uses OpenShift OAuth and the Kubernetes `TokenReview` API. The authorization uses the Kubernetes `SubjectAccessReview` API. +[NOTE] +==== +The Tempo Gateway service supports ingestion of traces only via the OTLP/gRPC. The OTLP/HTTP is not supported. +==== + .Sample Tempo CR with two tenants, `dev` and `prod` [source,yaml] ----