Skip to content

duo-workflow-executor binary needs to be tar gz

Dylan Griffith requested to merge duo-workflow-executor-tar-gz into master

What does this MR do and why?

This was added in !163704 (merged) . The idea is that the API tells our language server client where to find the binary.

I was originally planning on getting clients to download the executable file but it turns out this was tricky for our clients to use as the docker API we are using to copy the file into the container expects an archive to expand. The .tar.gz file has the added benefit that it is about half the size.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Dylan Griffith

Merge request reports

Loading