telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster

Home Page:https://www.telepresence.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[MacOS] Telepresence opens many AWS auth request tabs in the browser even while the computer is asleep

wcedmisten-reify opened this issue · comments

When the telepresence daemon is running in the background, it opens many AWS console tabs requesting authorization, even while the computer is asleep.

image

To Reproduce
Steps to reproduce the behavior:

  1. When telepresence is running in the background (root daemon and user daemon), and the computer is asleep (lid is closed).
  2. AWS Authorization request tab will accumulate in the browser

Expected behavior
When the computer is asleep, telepresence does not try to prompt for new authorization tokens.

Versions (please complete the following information):

  • Output of telepresence version:
OSS Client     : v2.18.0
OSS Root Daemon: v2.18.0
OSS User Daemon: v2.18.0
Traffic Manager: v2.18.0
Traffic Agent  : not reported by traffic-manager
  • MacOS 14.5

Additional context
I would expect the telepresence daemon to not prompt the user for a new AWS authorization token while the computer is asleep, but alternatively, a way to set a maximum number of retries would help mitigate the issue.

The annoyance is mostly having so many browser tabs accumulate overnight while my laptop is asleep.

Thanks!