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

android: bump OSS #612

Merged
merged 1 commit into from
Feb 5, 2025
Merged

android: bump OSS #612

merged 1 commit into from
Feb 5, 2025

Conversation

nickkhyl
Copy link
Contributor

@nickkhyl nickkhyl commented Feb 5, 2025

OSS and Version updated to 1.81.24-te19c01f5b-gfee71b410

OSS and Version updated to 1.81.24-te19c01f5b-gfee71b410

Signed-off-by: Nick Khyl <nickk@tailscale.com>
@@ -134,7 +135,7 @@ func (a *App) runBackend(ctx context.Context) error {
a.backend = b.backend
defer b.CloseTUNs()

h := localapi.NewHandler(b.backend, log.Printf, *a.logIDPublicAtomic.Load())
h := localapi.NewHandler(ipnauth.Self, b.backend, log.Printf, *a.logIDPublicAtomic.Load())
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In tailscale/tailscale#14910, we updated localapi.NewHandler to include a new ipnauth.Actor parameter.
Currently, it is only used for the new backend-enforced AlwaysOn.Enabled / AlwaysOn.OverrideWithReason policy settings, which are not yet fully supported on Android, so we can use ipnauth.Self here.

We'll need to do something similar to tailscale/corp#26360 -- or better yet, have a unified oss implementation in tailscale.com/ipn/ipnauth -- when we need a proper ipnauth.Actor for Android.

@nickkhyl nickkhyl requested a review from kari-ts February 5, 2025 15:15
@nickkhyl nickkhyl merged commit c58a989 into main Feb 5, 2025
4 of 5 checks passed
@nickkhyl nickkhyl deleted the nickkhyl/oss-update branch February 5, 2025 17:30
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.

2 participants