Skip to content

Commit dea278b

Browse files
authored
Merge pull request #228 from tailscale/max/clarify-writable-auth_key-scope
README: clarify auth_key scope must be writable
2 parents a392da0 + f987cba commit dea278b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Subsequent steps in the Action can then access nodes in your Tailnet.
1717
oauth-client-id and oauth-secret are an [OAuth client][kb-oauth-clients]
1818
for the tailnet to be accessed. We recommend storing these as
1919
[GitHub Encrypted Secrets.](https://docs.github.com/en/actions/security-guides/encrypted-secrets)
20-
OAuth clients used for this purpose must have the
20+
OAuth clients used for this purpose must have the writable
2121
[`auth_keys` scope.][kb-trust-credentials-scopes]
2222

2323
tags is a comma-separated list of one or more [Tags][kb-tags]
@@ -49,7 +49,7 @@ permissions:
4949
id-token: write # This is required for the tailscale action to request a JWT from GitHub
5050
```
5151

52-
OIDC federated identity credentials used for this purpose must have the [`auth_keys` scope.][kb-trust-credentials-scopes]
52+
OIDC federated identity credentials used for this purpose must have the writable [`auth_keys` scope.][kb-trust-credentials-scopes]
5353

5454
tags is a comma-separated list of one or more [Tags][kb-tags]
5555
for the node. At least one tag is required: a federated identity is not associated

0 commit comments

Comments
 (0)