Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/distr-tracing-tempo-config-multitenancy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down