mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Temporarily allow anonymous access to status/stats APIs on serverless. (#159530)
This commit is contained in:
parent
62dc13291d
commit
6f1fe0c12c
2 changed files with 4 additions and 2 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -947,7 +947,7 @@ x-pack/test/observability_functional @elastic/actionable-observability
|
|||
/packages/kbn-performance-testing-dataset-extractor @elastic/appex-qa
|
||||
|
||||
# Core
|
||||
/config/kibana.yml @elastic/kibana-core
|
||||
/config/ @elastic/kibana-core
|
||||
/typings/ @elastic/kibana-core
|
||||
/test/analytics @elastic/kibana-core
|
||||
/x-pack/test/saved_objects_field_count/ @elastic/kibana-core
|
||||
|
|
|
@ -44,5 +44,7 @@ server.versioned.strictClientVersionCheck: false
|
|||
|
||||
# Enforce single "default" space
|
||||
xpack.spaces.maxSpaces: 1
|
||||
# Allow unauthenticated access to task manager utilization API for auto-scaling
|
||||
|
||||
# Temporarily allow unauthenticated access to task manager utilization & status/stats APIs for autoscaling
|
||||
status.allowAnonymous: true
|
||||
xpack.task_manager.unsafe.authenticate_background_task_utilization: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue