mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Ftr] update svl roles and settings from controller (#195563)
## 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 <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
d08c2bb743
commit
4cd83b10d0
2 changed files with 13 additions and 5 deletions
|
@ -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:
|
||||
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue