Hi team,
I’m planning for a community project that help user to use a domain lets say domain.com, but I want they can manage their subdomain level only. Ex:
Ex:
- John can manage
john.domain.com
,new.john.domain.com
, *.john.domain.com only. - Doe can manage
doe.domain.com
,old.doe.domain.com
, *.doe.domain.com only.
Now API permission have full zone manage only so John and Doe can update other’s subdomain. They will use Cloudflare API endpoint so I don’t have to write a middleware to check permission. Any idea?