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

If a malformed DNS entry is entered into the database, the errors will be swallowed #10

Open
tarnfeld opened this issue Jun 17, 2014 · 0 comments

Comments

@tarnfeld
Copy link
Contributor

If a user enters a malformed DNS entry into the database, discodns will handle the error "gracefully" by not falling over and pretending nothing happened.

This is clearly not a good user experience, and we should help the user validate their input before inserting it into the database. There are a few things here...

  • Implement a rich command line client/API (that communicates with etcd) allowing users to manage their DNS entries.
  • Notify users of bad entries
    • One suggestion was to (when sending back SERVFAIL) include a specially formatted TXT record describing the formatting error.

Discuss...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant