1

I'm trying to create a Dynect managed dns user with the minimum set of permissions necessary to add and delete CNAMEs via the REST API.

So far I can create CNAMEs but not delete them.

I have RecordAdd, RecordUpdate, RecordDelete, ZoneAddNode, ZoneRemoveNode, and ZonePublish set.

  • When I try to delete a CNAME via the API I get a 404 error with "Host is not in this zone".
  • When I try to delete the CNAME in the same way with a fully-privileged user it works fine, so I know the API call is correct.
gideon
  • 1,145
  • 2
  • 13
  • 28
aocole
  • 111
  • 3
  • Solved this - You also need the RecordGet permission in addition to RecordAdd/Update/Delete. – aocole Feb 20 '12 at 22:23

1 Answers1

0

You also need the RecordGet permission in addition to RecordAdd/Update/Delete.

aocole
  • 111
  • 3