Skip to content

Remote Zip URL support for heartbeat synthetics #271

@andrewvc

Description

@andrewvc

Is your feature request related to a problem? Please describe.

Today users need to use some custom process of their own design to move files onto the same machine as heartbeat for synthetic suites. This won't work for cloud and is a waste of effort given that most people can / will use git.

Describe the solution you'd like

We should make it possible for heartbeat to download remote zip files (authenticated via basic auth / TLS). The syntax could be as simple as:

synthetic_suites:
- type: git
  url: https://github.com/elastic/synthetics/archive/master.zip
  username: myuser
  password: mypassword
  directory: examples

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesttest-plan-okIndicates an issue has been tested for releasev7.13.0

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions