Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to update root domain of zone #1

Open
gclawes opened this issue Jun 14, 2019 · 0 comments · May be fixed by #2
Open

Unable to update root domain of zone #1

gclawes opened this issue Jun 14, 2019 · 0 comments · May be fixed by #2

Comments

@gclawes
Copy link

gclawes commented Jun 14, 2019

When using this config, the cloud function is unable to update the root domain of the whiteforest.info zone:

{
  "whiteforest.info": {
    "projectId": "whiteforest",
    "zoneName": "whiteforest-info",
    "records": {
      "whiteforest.info": {
        "username": "[USER]",
        "password": "[PASS]"
      }
    }
  }
}

I suspect this is because config.js checking that the hostname starts with .${domain}.

@gclawes gclawes linked a pull request Jun 14, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant