Skip to content

Commit

Permalink
[Ftr] update svl roles and settings from controller (elastic#195563)
Browse files Browse the repository at this point in the history
## Summary

Updating default roles for Oblt project and ES nodes settings for
Security project to match elasticsearch-controller configuration

Adding obs teams for review to bring attention: we need to copy changes
from controllers manually to make sure our serverless simulation in
Kibana CI is close to real MKI env

---------

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
dmlemeshko and elasticmachine authored Oct 11, 2024
1 parent d08c2bb commit 4cd83b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ viewer:
- 'read'
- 'view_index_metadata'
allow_restricted_indices: false
- names:
- '.slo-observability.*'
privileges:
- 'read'
- 'view_index_metadata'
applications:
- application: 'kibana-.kibana'
privileges:
Expand Down Expand Up @@ -69,6 +74,13 @@ editor:
- 'write'
- 'maintenance'
allow_restricted_indices: false
- names:
- '.slo-observability.*'
privileges:
- 'write'
- 'read'
- 'view_index_metadata'
- 'manage'
applications:
- application: 'kibana-.kibana'
privileges:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ const esServerArgsFromController = {
// for ML, data frame analytics are not part of this project type
'xpack.ml.dfa.enabled=false',
],
security: [
'xpack.security.authc.api_key.cache.max_keys=70000',
'data_streams.lifecycle.retention.factory_default=365d',
'data_streams.lifecycle.retention.factory_max=365d',
],
security: ['xpack.security.authc.api_key.cache.max_keys=70000'],
};

// include settings from kibana controller
Expand Down

0 comments on commit 4cd83b1

Please sign in to comment.