You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From @bradfitz: Something the VS Code extension could more tightly scoped use sudo for: helping the user set the operator-user if it's unset, so all other operations don't require root.
We should consider rewriting the initSudo flow to not re-run tsrelay in sudo, but to re-run tailscaled with the --operator flag so that following vscode sessions don't require the same flow.
The text was updated successfully, but these errors were encountered:
marwan-at-work
changed the title
Consider using --operator instead of running tsrelay in sudo
Consider using --operator instead of running tsrelay in sudo in linux
Oct 5, 2023
From @bradfitz: Something the VS Code extension could more tightly scoped use sudo for: helping the user set the operator-user if it's unset, so all other operations don't require root.
We should consider rewriting the initSudo flow to not re-run tsrelay in sudo, but to re-run tailscaled with the
--operator
flag so that following vscode sessions don't require the same flow.The text was updated successfully, but these errors were encountered: