mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-24 22:53:39 -04:00
Feature request: Look up Cloudflare zone ID #361
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yorickdowne on GitHub (Feb 5, 2024).
Allow users to specify a token with read access to all zones, instead of the CloudFlare zone ID: zone ID would be automatically fetched for the user.
This would be optional. If zone ID is given, use it; if not, attempt to look it up by using
zone_token(also optional) or, if that does not exist, bytoken.For this to work, either
zone_tokenhas to have read access to all zones, specificallyZone.Zone:ReadandZone.Zone Settings:Read, ortokenneeds to have those permissions as well asZone.DNS:Editfor all zones.@yorickdowne commented on GitHub (Feb 5, 2024):
On further thought: No. Apologies. This is not a grand idea, it does not actually improve UX and it makes security harder for the user.
@qdm12 commented on GitHub (Feb 19, 2024):
Interesting suggestion still! 👍
But yes, maybe a bit convoluted 😉 Thanks 💯