From 99132b618abce1f328ae103101a10a85d7dce6f3 Mon Sep 17 00:00:00 2001 From: alicejw Date: Wed, 13 Apr 2022 17:46:20 -0700 Subject: [PATCH] more concise descriptions Signed-off-by: alicejw --- _security-plugin/access-control/multi-tenancy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_security-plugin/access-control/multi-tenancy.md b/_security-plugin/access-control/multi-tenancy.md index 1b6da037..a41800ef 100644 --- a/_security-plugin/access-control/multi-tenancy.md +++ b/_security-plugin/access-control/multi-tenancy.md @@ -9,8 +9,8 @@ nav_order: 30 *Tenants* in OpenSearch Dashboards are spaces for saving index patterns, visualizations, dashboards, and other OpenSearch Dashboards objects. By default, all OpenSearch Dashboards users have access to two independent tenants: -- **Private -** This tenant is exclusive to each user and can't be shared. It is independent from the global tenant, and can't be used to access routes or index patterns made by the global tenant. -- **Global -** This tenant is shared between every OpenSearch Dashboards user, however your global tenant operates independently from your private tenant. +- **Private -** This tenant is exclusive to each user and can't be shared. It can't be used to access routes or index patterns made by the user's global tenant. +- **Global -** This tenant is shared between every OpenSearch Dashboards user. **Note:** The global tenant is not a *primary* tenant such that any action done within the global tenant is not replicated to a user's private tenant. If you make a change to your global tenant, you won't see that change reflected in your private tenant. Some example changes include, but are not limited to: