Skip to content

Commit 8e714d6

Browse files
committed
chore(docs): fix typo in readme
1 parent 72bf0d4 commit 8e714d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Configuration is done by settings environment variables:
2121
- TS_API_KEY: a Tailscale API key
2222
- TS_KEYS_ISSUER: a trusted OIDC Issuer url (e.g. https://token.actions.githubusercontent.com)
2323
- TS_KEYS_TAGS: comma-separated list of ACL tags
24-
- TS_KEY_BEXPR: a boolean expression to filter OIDC tokens (based on claims) when creating auth keys
24+
- TS_KEYS_BEXPR: a boolean expression to filter OIDC tokens (based on claims) when creating auth keys
2525

2626
The last setting is quit important as it allows you to filter OIDC tokens and only creating auth keys when the token has some certain claims.
2727

@@ -31,7 +31,7 @@ In case of GitHub Action, the issued token has a `repository` claim.
3131
The following expression will only create auth keys for a workflow from this repository:
3232

3333
```shell
34-
export TS_KEY_BEXPR='repository == "jsiebens/tskeys-example"'
34+
export TS_KEYS_BEXPR='repository == "jsiebens/tskeys-example"'
3535
```
3636

3737
The boolean expression is implemented using the [HashiCorp go-bexpr](https://github.com/hashicorp/go-bexpr) library

0 commit comments

Comments
 (0)