Added a note on Cloudflare API key differences to the bottom of the doc.

This commit is contained in:
2024-08-07 15:50:52 -06:00
parent 504d26b4e3
commit be6437cfc1

View File

@ -81,3 +81,6 @@ networks:
CF_API_EMAIL=nicole.rappe@bunny-lab.io CF_API_EMAIL=nicole.rappe@bunny-lab.io
CF_API_KEY=REDACTED-CLOUDFLARE-DOMAIN-API-KEY CF_API_KEY=REDACTED-CLOUDFLARE-DOMAIN-API-KEY
``` ```
!!! info
There is a distinction between the "Global API Key" and a "Token API Key". The main difference being that the "Global API Key" can change anything in Cloudflare, while the "Token API Key" can only change what it was granted delegated permissions to.