File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,9 @@ overkill for my purposes. I'm happy to accept PRs that make life easier.
97
97
I chose to use the ` API_TOKEN ` [ secret] ( https://developers.cloudflare.com/workers/configuration/secrets/ ) for
98
98
authentication/authorization to the [ Controller] ( ./workers/controller/ ) and to use the same token to make requests to
99
99
the Cloudflare API. This simplified the approach by only having to have a single secret in the worker and sharing that
100
- secret with the Origin server. This allows the origin to make requests to the Cloudflare API or the Worker seemlessly.
100
+ secret with the Origin server. This allows the origin to make requests to the
101
+ [ Cloudflare API] ( https://developers.cloudflare.com/api/ ) or the [ Worker] ( https://developers.cloudflare.com/workers/ )
102
+ seamlessly.
101
103
102
104
The minimum permissions needed are:
103
105
You can’t perform that action at this time.
0 commit comments