Skip to content

Commit

Permalink
[kbn-es] porting changes for security svl roles from controller (elas…
Browse files Browse the repository at this point in the history
…tic#200695)

## Summary

In Kibana CI we try to replicate MKI env as much as possible and keeping
roles privileges in sync is important. It often leads to test passing on
KIbana PRs / on-merge pipelines and later failing against real
serverless projects on MKI.

Currently the process is manual, this PR updates predefined security
serverless roles based on
elastic/elasticsearch-controller#771
  • Loading branch information
dmlemeshko authored and CAWilson94 committed Dec 12, 2024
1 parent d51a90b commit 272df53
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ t1_analyst:
- write
- maintenance
- names:
- .lists*
- .items*
- apm-*-transaction*
- traces-apm*
- auditbeat-*
Expand Down Expand Up @@ -273,6 +275,7 @@ t3_analyst:
privileges:
- read
- write
- view_index_metadata
- names:
- metrics-endpoint.metadata_current_*
- .fleet-agents*
Expand Down Expand Up @@ -474,6 +477,7 @@ soc_manager:
privileges:
- read
- write
- view_index_metadata
- names:
- metrics-endpoint.metadata_current_*
- .fleet-agents*
Expand Down

0 comments on commit 272df53

Please sign in to comment.