mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 08:29:22 +00:00
README: clarify auth_key scope must be writable
Fixes #217 Signed-off-by: mcoulombe <max@tailscale.com>
This commit is contained in:
parent
a392da0a18
commit
f987cba5e9
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ Subsequent steps in the Action can then access nodes in your Tailnet.
|
|||
oauth-client-id and oauth-secret are an [OAuth client][kb-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
|
||||
OAuth clients used for this purpose must have the writable
|
||||
[`auth_keys` scope.][kb-trust-credentials-scopes]
|
||||
|
||||
tags is a comma-separated list of one or more [Tags][kb-tags]
|
||||
|
|
@ -49,7 +49,7 @@ permissions:
|
|||
id-token: write # This is required for the tailscale action to request a JWT from GitHub
|
||||
```
|
||||
|
||||
OIDC federated identity credentials used for this purpose must have the [`auth_keys` scope.][kb-trust-credentials-scopes]
|
||||
OIDC federated identity credentials used for this purpose must have the writable [`auth_keys` scope.][kb-trust-credentials-scopes]
|
||||
|
||||
tags is a comma-separated list of one or more [Tags][kb-tags]
|
||||
for the node. At least one tag is required: a federated identity is not associated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue