0

Does anybody know if we can maintain the DNS entries using google cloud console or any other UI? I couldn't find any place in cloud console for DNS admin.

Does the REST API only way to maintain the zone and DNS entries?

Reza Shahbazi
  • 431
  • 2
  • 5
  • 13

2 Answers2

4

Update: There is now a UI for Cloud DNS in the Networking tab of the Developers Console.

Click here to check it out: https://console.developers.google.com/project/_/dns/zones

JJ Geewax
  • 10,342
  • 1
  • 37
  • 49
1

We have written one in Rails: https://github.com/mainio/gcdns

It's not perfect (and might be buggy) but we're using it ourselves.

  • After I created my project and upload p12 file from my service account, I am getting Authorization failed. Server message: { "error" : "invalid_grant" } – Reza Shahbazi Nov 07 '14 at 01:00
  • Please see the github issue thread on this matter that you just created: https://github.com/mainio/gcdns/issues/1. Seems to be a misconfiguration in your project credentials. – Antti Hukkanen Nov 07 '14 at 18:28
  • Hi guys -- I just updated my answer above. The Developers Console now has a UI for Cloud DNS. – JJ Geewax Nov 14 '14 at 18:57