Skip to content
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

If we don't have any TUF metadata locally, return friendlier error message #1907

Merged

Conversation

RebeccaMahany
Copy link
Contributor

From this:

{
"time":"2024-10-23T17:05:21.508261Z",
"level":"INFO",
"msg":"could not find executable matching current release",
"component":"tuf_library_lookup",
"binary":"launcher",
"err":"could not find release: expected release file launcher/darwin/universal/nightly/release.json for binary launcher to be in targets but it was not"
}

to this:

{
"time":"2024-10-23T17:34:47.45264Z",
"level":"INFO",
"msg":"could not find executable matching current release",
"component":"tuf_library_lookup",
"binary":"launcher",
"err":"no local TUF metadata available -- likely new install"
}

@RebeccaMahany RebeccaMahany added the features-improvements Features and Improvements label Oct 23, 2024
@RebeccaMahany RebeccaMahany added this pull request to the merge queue Oct 23, 2024
Merged via the queue into kolide:main with commit 5c39ec6 Oct 23, 2024
32 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/improve-new-install-err branch October 23, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features-improvements Features and Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants