-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloudflare Integration - not able to set passwords using double-quotes #3388
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
In this case I think |
I would probably not highlight this as a cloudflare integration issue as I would assume every integration would be affected by this. |
If this hasn't already been fixed then the template should be updated to use the
value: {{escape_string auth_key}} |
This should be fixed by #5805. @StephanBenning please confirm that an upgrade to v2.5.1 of the package resolves the issue. |
When setting a password with double-quotes
_blah"blah"blah_
in the Cloudflare audit logs integration the validation is failing with next error:It looks there is no proper way to escape string in Fleet template currently, possible fix by using the yaml tag
!!str
in the integration agent template with something like next:Related to https://github.com/elastic/integrations/blob/main/packages/cloudflare/data_stream/audit/agent/stream/httpjson.yml.hbs
The text was updated successfully, but these errors were encountered: