-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remote Zip URL support for heartbeat synthetics #271
Remote Zip URL support for heartbeat synthetics #271
Comments
Thanks Andrew for kick starting this issue. Totally 💯 to the approach and we would need this to improve the DX. Just one idea, may be we can use |
We had a discussion about this earlier, considering that the initial version might be best to get the suite files from an HTTP endpoint (e.g. ZIP download), as opposed to a git clone. This still delivers value in being able to get the suite assets on demand when the test runs, with the following benefits:
|
@paulb-elastic I've updated the issue description to reflect the move to Zip over HTTP from git. |
Adds support for remote zips to browser monitors, letting users just automatically pull from a remote repo. Fixes elastic/uptime#271
Adds support for remote zips to browser monitors, letting users just automatically pull from a remote repo. Fixes elastic/uptime#271
Adds support for remote zips to browser monitors, letting users just automatically pull from a remote repo. Fixes elastic/uptime#271
Adds support for remote zips to browser monitors, letting users just automatically pull from a remote repo. Fixes elastic/uptime#271
* [Heartbeat] Zip URL Support (#24714) Adds support for remote zips to browser monitors, letting users just automatically pull from a remote repo. Fixes elastic/uptime#271 * Fix null check * Add missing test
For reference, an example configuration in a
|
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:
The text was updated successfully, but these errors were encountered: