[Fleet] Adding integration: List of strings does not allow value ['*']
#91401
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Fleet
Team label for Observability Data Collection Fleet team
v7.12.0
v8.0.0
Kibana version:
master
Describe the bug:
When defining a package spec with
type: string
andmulti: true
, defining a (default) value of['*']
is forbidden.This needs to be allowed, as e.g. it is required for APM allowed origins.
Steps to reproduce:
0. Check out elastic/apm-server#4690
./scripts/compose.py start master --no-apm-server --with-package-registry --package-registry-apm-path=<your-path-to-apm-server>/apmpackage/apm --with-elastic-agent
)['*']
as value for RUM - Allow Origins.Expected behavior:
Any kind of string should be allowed.
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: