Demonstrates ReadonlyREST's core multi-tenancy feature: different users get isolated Kibana spaces with different index access and app visibility, all driven by a single readonlyrest.yml.
| Username | Password | Role | Kibana access | Visible indices |
|---|---|---|---|---|
admin |
admin |
Administrator | Full admin | All |
user1 |
test |
End User + Business User | Read/Write | *-frontend-*, kibana_sample_data_* |
user2 |
test |
End User | Read/Write | *-frontend-*, kibana_sample_data_* |
./run.sh basic-multitenancyROR_ACTIVATION_KEY must be set in your shell environment before running.
- Log in as
adminto see all indices and full Kibana admin access. - Log in as
user1to see onlyfrontend-logsandbusiness-reportsindices, with Security and Observability apps hidden. - Log in as
user2to see onlyfrontend-logs, with Security and Observability apps hidden. - Each user gets an isolated Kibana saved-objects space (
.kibana_end_<user>/.kibana_business_<user>).