Replies: 6 comments 1 reply
|
Thanks for opening your first issue here! Be sure to follow the issue template! |
|
@fini03 listDNSZone returns dns zone which are created/owned by the user. |
|
Thank you so much for the clarification! Would it be possible for the user to create a subdomain? |
|
Yes its possible to setup subdomain or even domains under dns server setup by admin. Only thing admin has to mark the DNS server public while configuring it. Refer to this doc https://docs.cloudstack.apache.org/en/4.23.0.0/adminguide/networking/dns_framework.html#adding-a-dns-server |
|
Hello, This is expected behavior. Enabling listDnsZones only allows the user to call the API. It does not make DNS zones from the ROOT/admin account visible to users under that domain. DNS zones are account-owned resources, so a user will normally see only the zones owned by their own account. This is different from templates, where visibility can be shared or public. Regards, |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
i created a DNS Zone with cloudstack admin user with domain ROOT. In my rules setting of the role User I enabled listDNSZone but the Zones are not listed. The user has the domain ROOT/USER so it should show everything that is under ROOT as with Templates or?
All reactions