Skip to content

Commit

Permalink
README: add note about required oauth scopes (#144)
Browse files Browse the repository at this point in the history
* README: add note about required oauth scopes

Fixes #143.

Signed-off-by: Naman Sood <[email protected]>

* english

Signed-off-by: Naman Sood <[email protected]>

---------

Signed-off-by: Naman Sood <[email protected]>
  • Loading branch information
tendstofortytwo authored Nov 22, 2024
1 parent 16d7e0b commit 67573e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Subsequent steps in the Action can then access nodes in your Tailnet.
oauth-client-id and oauth-secret are an [OAuth client](https://tailscale.com/s/oauth-clients/)
for the tailnet to be accessed. We recommend storing these as
[GitHub Encrypted Secrets.](https://docs.github.com/en/actions/security-guides/encrypted-secrets)
OAuth clients used for this purpose must have the
[`auth_keys` scope.](https://tailscale.com/kb/1215/oauth-clients#scopes)

tags is a comma-separated list of one or more [ACL Tags](https://tailscale.com/kb/1068/acl-tags/)
for the node. At least one tag is required: an OAuth client is not associated
Expand Down

0 comments on commit 67573e6

Please sign in to comment.