From f895bfc5d9756cd5fa54d83703ad3c358547d7c0 Mon Sep 17 00:00:00 2001 From: Adam Papai Date: Mon, 16 Jun 2025 13:39:20 +0200 Subject: [PATCH] Fixes deprecated 'acl' scope to 'policy_file' for OAuth client / secret --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbab563..4d56dc8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ rotate your Tailscale API key, or use an OAuth client. ### `oauth-client-id` and `oauth-secret` **Optional** The ID and secret for an [OAuth client](https://tailscale.com/kb/1215/oauth-clients) -for your tailnet. The client must have the `acl` scope. +for your tailnet. The client must have the `policy_file` scope. Either `api-key` or `oauth-client-id` and `oauth-secret` are required.