CleverCloud / stream-dns

A DNS server written in Go with an event stream architecture, updated via kafka
MIT License
29 stars 2 forks source link

Add HTTP administrator service #17

Closed NotBad4U closed 5 years ago

NotBad4U commented 5 years ago

work for #1

This PR will add an HTTP administrator that allows the user to query the record DB without using a DNS client.

What's missing:

NotBad4U commented 5 years ago

JWT authentication and TU was added in #d595ff6. PR ready for a merge