From eaad38e492eeb165125224c4ed8f0fbe2fbb0997 Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Fri, 26 Apr 2024 13:01:04 +0100 Subject: [PATCH] TeamLBAC: Add a limit to the docs for the number of rules (#86971) teamlbac: update to include the limit for the rules --- .../administration/data-source-management/teamlbac/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/administration/data-source-management/teamlbac/_index.md b/docs/sources/administration/data-source-management/teamlbac/_index.md index 1d87bdbb06d3..c8296dc1ef5a 100644 --- a/docs/sources/administration/data-source-management/teamlbac/_index.md +++ b/docs/sources/administration/data-source-management/teamlbac/_index.md @@ -35,6 +35,8 @@ To set up Team LBAC for a Loki data source, refer to [Configure Team LBAC](https ## Limitations +- There is a set number of rules to be configured within a datasource, depending on the size of the rules. + - Around ~500-600 rules is the upper limit. - If there are no Team LBAC rules for a user's team, that user can query all logs. - If an administrator is part of a team with Team LBAC rules, those rules are applied to the administrator requests. - Cloud Access Policies (CAP) LBAC rules override Team LBAC rules.