From be6437cfc13537741675ec0ca4ae825dc9d8e083 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 7 Aug 2024 15:50:52 -0600 Subject: [PATCH] Added a note on Cloudflare API key differences to the bottom of the doc. --- Docker & Kubernetes/Docker/Docker Compose/Traefik.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Docker & Kubernetes/Docker/Docker Compose/Traefik.md b/Docker & Kubernetes/Docker/Docker Compose/Traefik.md index a2dc723..98860c6 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Traefik.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Traefik.md @@ -81,3 +81,6 @@ networks: CF_API_EMAIL=nicole.rappe@bunny-lab.io 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.