tehwalris / go-freeipa

A generated golang client for the FreeIPA API.
MIT License
16 stars 32 forks source link

DNS service discovery support #6

Open schlitzered opened 4 years ago

schlitzered commented 4 years ago

Hi, any plans to support service discovery via DNS?

tehwalris commented 4 years ago

Similar to #5: I don't use that part of FreeIPA and don't have any other experience with DNS service discovery, so there are no plans to add support at the moment.

I don't really understand what it would mean for a FreeIPA client to implement DNS service discovery. Couldn't you use a separate library (like this or this) to perform service discovery?