Skip to content

Commit

Permalink
Update roles in serverless for value lists (#200128)
Browse files Browse the repository at this point in the history
Update serverless role for value lists related to this
[PR](elastic/elasticsearch-controller#771)
  • Loading branch information
nkhristinin authored Nov 18, 2024
1 parent d804b38 commit 5de75c0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ t1_analyst:
- write
- maintenance
- names:
- .lists*
- .items*
- apm-*-transaction*
- traces-apm*
- auditbeat-*
Expand Down Expand Up @@ -275,6 +277,7 @@ t3_analyst:
privileges:
- read
- write
- view_index_metadata
- names:
- metrics-endpoint.metadata_current_*
- .fleet-agents*
Expand Down Expand Up @@ -406,6 +409,7 @@ rule_author:
privileges:
- read
- write
- view_index_metadata
- names:
- metrics-endpoint.metadata_current_*
- .fleet-agents*
Expand Down Expand Up @@ -475,6 +479,7 @@ soc_manager:
privileges:
- read
- write
- view_index_metadata
- names:
- metrics-endpoint.metadata_current_*
- .fleet-agents*
Expand Down

0 comments on commit 5de75c0

Please sign in to comment.