gitpod-k3s-guide icon indicating copy to clipboard operation
gitpod-k3s-guide copied to clipboard

make the name of private key of cloudflare more clear.

Open jgao1025 opened this issue 3 years ago • 1 comments

In .env.example, it said to use

CLOUDFLARE_API_KEY

cloudflare does have a global api key, however, it won't work if I put in the settings.

The right way is to generate an api token with permissions as Zone.Zone, Zone.DNS and then put the token in the setting. No big issue here, just think if this can be more clear then it would be better.

https://github.com/MrSimonEmms/gitpod-k3s-guide/blob/main/.env.example#L23

jgao1025 avatar Oct 27 '22 03:10 jgao1025

PRs welcome - probably worth updating in the README

mrsimonemms avatar Oct 27 '22 07:10 mrsimonemms