bugfix: kibana role gives now access to all tenant indices

- formerly it was only access to the last cluster
master
Sven Ketelsen 4 years ago
parent 77c27e706b
commit dc4c0279bd

@ -81,7 +81,7 @@
cluster: [] cluster: []
indices: indices:
- names: - names:
- '{{ stage }}-{{ tenant_id }}-{{ cluster_name }}-*' - '{{ stage }}-{{ tenant_id }}-*'
privileges: privileges:
- read - read
- read_cross_cluster - read_cross_cluster

Loading…
Cancel
Save