[Fleet] Cannot create integration with multi secret input #205102
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Fleet
Team label for Observability Data Collection Fleet team
Ref.: https://elastic.slack.com/archives/CNMNXV4RG/p1734936907785719
Description
There doesn't seem to be an existing case of an integration with an input that has both
multi: true
andsecret: true
. The above attempt reports the following Fleet error:This comes from
kibana/x-pack/plugins/fleet/server/services/secrets.ts
Line 85 in 19f24b3
and arises from passing an array value to the secret creation API:
I did a local try and found I had a working multi input, but no secrets. I probably configured something differently.
Relevant PRs:
#163075
elastic/elasticsearch#97728
Acceptance criteria
The text was updated successfully, but these errors were encountered: