Skip to content

Commit 6de0864

Browse files
committed
Add more links
1 parent 2555039 commit 6de0864

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,13 @@ overkill for my purposes. I'm happy to accept PRs that make life easier.
9696

9797
I chose to use the `API_TOKEN` [secret](https://developers.cloudflare.com/workers/configuration/secrets/) for
9898
authentication/authorization to the [Controller](./workers/controller/) and to use the same token to make requests to
99-
the Cloudflare API. This simplified the approach by only having to have a single secret in the worker and sharing that
99+
the [Cloudflare API](https://developers.cloudflare.com/api/). This simplified the approach by only having to have a single secret in the worker and sharing that
100100
secret with the Origin server. This allows the origin to make requests to the
101101
[Cloudflare API](https://developers.cloudflare.com/api/) or the [Worker](https://developers.cloudflare.com/workers/)
102102
seamlessly.
103103

104-
The minimum permissions needed are:
104+
The minimum [API Token](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/) permissions needed
105+
are:
105106

106107
- [Zone Read](https://developers.cloudflare.com/fundamentals/api/reference/permissions/#:~:text=zone%20level%20settings.-,Zone%20Read,-Grants%20read%20access)
107108
- [Cache Purge](https://developers.cloudflare.com/fundamentals/api/reference/permissions/#:~:text=Management%20feedback.-,Cache%20Purge,-Grants%20access%20to)

0 commit comments

Comments
 (0)