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

Universal link handler for launcher desktop #1727

Merged
merged 6 commits into from
May 30, 2024

Conversation

RebeccaMahany
Copy link
Contributor

@RebeccaMahany RebeccaMahany commented May 29, 2024

Adds a handler for universal links, forwarding them to root launcher's localserver.

Requires: kolide/systray#5

@RebeccaMahany RebeccaMahany marked this pull request as ready for review May 30, 2024 15:42
@RebeccaMahany RebeccaMahany added this pull request to the merge queue May 30, 2024
Merged via the queue into kolide:main with commit ef7d4aa May 30, 2024
31 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/universallink branch May 30, 2024 16:09
@@ -26,7 +26,7 @@ import (
)

// Special Kolide Ports
var portList = []int{
var PortList = []int{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downside to this, is that it's a package var, which means it could be changed. Probably more go'y to func PortList() []int but I'm not sure it really matters for our use case.

return
}
u.slogger.Log(ctx, slog.LevelWarn,
"could not make universal link request",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"could not forward universal link request"

maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated: 3ad09a3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants