Skip to content

Commit f9fbc8d

Browse files
Merge pull request #2165 from igor-karpukhin/log-1657-fix-admin-permissions
LOG-1657: Fixed admin_reader indices permissions
2 parents ead31a4 + 1af381a commit f9fbc8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

elasticsearch/sgconfig/roles.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ sg_project_operations:
130130
- indices:admin/validate/query*
131131
- indices:admin/get*
132132

133-
# To support multi-tenancy. User's access to indices is restricted to indices belonging to the user's projects, enforced by DLS.
133+
# To support multi-tenancy. User's access to indices is restricted to indices belonging to the user's projects, enforced by DLS.
134134
project_user:
135135
readonly: true
136136
cluster:
@@ -155,8 +155,7 @@ admin_user:
155155
indices:
156156
'*':
157157
'*':
158-
- READ
159-
- INDICES_MONITOR
158+
- INDICES_ALL
160159
'?kibana_*':
161160
'*':
162161
- CRUD

0 commit comments

Comments
 (0)