Closed jon-rei closed 6 months ago
Cloudflare API returns Authentication error (10000)
in case if token does not have the required scope of permissions. Try to generate a new token with Read all resources
template
According to PR #111, starting from version 0.0.15 Zone.Firewall Services:Read
and Account. Account Rulesets:Read
permissions required additionally. You can just add them to your existing token. Tested myself, and it's working
I also got the same error message as @jon-rei with 0.0.16.
Tried suggestion by @arazdolski (adding two additional permissions to my Cloudflare Token) - it did help.
Yes, I was also missing those two permissions. It was not obvious from the release notes that they were now required. Thanks for the help.
After the newest update to
v0.0.16
it seems like that the authentication withCF_API_TOKEN
is broken.Unfortunately I don't see any other logs, a rollback to
v.0.0.14
is fixing it.