Skip to content

Commit

Permalink
Allow access to internal APM API
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Oct 23, 2024
1 parent f71f4cf commit 2af748b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/testing/ess/create_deployment_request.tmpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"version": "{{ .request.Version }}",
"user_settings_json": {
"xpack.fleet.enableExperimental": ["agentTamperProtectionEnabled"],
"xpack.fleet.internal.registry.kibanaVersionCheckEnabled": false
"xpack.fleet.internal.registry.kibanaVersionCheckEnabled": false,
"server.restrictInternalApis": false
}
}
},
Expand Down

0 comments on commit 2af748b

Please sign in to comment.