Skip to content

Commit

Permalink
update oauth scope needed for oauth authkey
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n committed Dec 29, 2024
1 parent 0ef014a commit 1b4a5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ and the generated OAuth access token expires after 1 hour.

For more information, see Tailscale's [OAuth clients](https://tailscale.com/kb/1215/oauth-clients) page, especially [Generating long-lived auth keys](https://tailscale.com/kb/1215/oauth-clients#generating-long-lived-auth-keys).

If an OAuth key is used, be sure to grant the `write` Devices scope to the OAuth client.
If an OAuth key is used, be sure to grant the `write` Auth Keys scope to the OAuth client.

<img src="https://raw.githubusercontent.com/artis3n/ansible-role-tailscale/main/docs/images/oauth_scopes.png" alt="OAuth scopes" width="40%" height="40%">
<img src="https://github.com/user-attachments/assets/f1982344-d9a1-4c55-9c93-ed0a0cc4847c" alt="OAuth scopes" width="40%" height="40%">

This value should be treated as a sensitive secret.

Expand Down

0 comments on commit 1b4a5fe

Please sign in to comment.