sourcegraph/.github/CODEOWNERS
Erik Seliger f61ce6e8e8
tenant: Introduce first version of tenant package (#64271)
This PR aims to craft the /internal/tenant package for use by all Sourcegraph cluster-internal services to properly scope data visibility to the correct requesting tenant.
For now, we only expose methods we know we will DEFINITELY need.

This PR also adds the required middlewares so we can start to tinker with it in implementations.

## Test plan

CI passes. We don't enforce anything for now except not passing unparseable tenant IDs, which should be fine.
2024-08-08 12:02:19 +02:00

7 lines
375 B
Plaintext

# Sourcegraph uses CODENOTIFY to make individuals or groups aware of changes that are happening in code they care about,
# without explicitly requiring those engineers to "own" the code.
# This file is meant to protect critical code from accidental changes, and should be used sparsingly to prevent slowdowns
# from code reviews.
/internal/tenant/ @sourcegraph/multi-tenant