Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 050a787

Browse files
committed
Adds Kibana instructions
1 parent 19c4340 commit 050a787

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

docs/security-access-control/multi-tenancy.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ Setting | Description
6666

6767
## Add tenants
6868

69-
To create tenants, add them in Kibana or `tenants.yml`.
70-
71-
- Read-write (`RW`) permissions let the role view and modify objects in the tenant.
72-
- Read-only (`RO`) permissions let the role view objects, but not modify them.
69+
To create tenants, use Kibana, the REST API, or `tenants.yml`.
7370

7471

7572
#### Kibana
@@ -80,6 +77,11 @@ To create tenants, add them in Kibana or `tenants.yml`.
8077
1. Choose **Submit**.
8178

8279

80+
#### REST API
81+
82+
See [Create tenant](../api/#create-tenant).
83+
84+
8385
#### tenants.yml
8486

8587
```yml
@@ -94,9 +96,19 @@ admin_tenant:
9496
description: "Demo tenant for admin user"
9597
```
9698

97-
## Assign tenants to roles
99+
## Give roles access to tenants
100+
101+
After creating a tenant, give a role access to it using Kibana, the REST API, or `roles.yml`.
98102

99-
After creating a tenant, give a role access to it using the REST API or `roles.yml`.
103+
- Read-write (`kibana_all_write`) permissions let the role view and modify objects in the tenant.
104+
- Read-only (`kibana_all_read`) permissions let the role view objects, but not modify them.
105+
106+
107+
#### Kibana
108+
109+
1. Open Kibana.
110+
1. Choose **Security**, **Roles**, and **Tenant Permissions**.
111+
1. Choose a tenant, and give the role read or write permissions to it.
100112

101113

102114
#### REST API

0 commit comments

Comments
 (0)