You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@carlism Thanks for chiming in! I believe the ACL rules are present in the JSON response from the VinylDNS API itself, though I don't believe the CLI prints such ACL rules when inspecting an individual zone via vinyldns zone --zone-id <THE ZONE ID>. I believe the implicated code is here: https://github.com/vinyldns/vinyldns-cli/blob/master/src/zones.go#L64-L68
Description
Currently, the
zone
command fails to display zone ACL rulesSteps to Reproduce
vinyldns zone --zone-id 123
Expected behavior: [What you expect to happen]
It would be great to render ACL rules data.
Versions
master
The text was updated successfully, but these errors were encountered: