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

[RFE] Add ability to create URI records &/or unknown in infoblox via infoblox ansible #216

Open
rhjyoung opened this issue Feb 16, 2024 · 1 comment

Comments

@rhjyoung
Copy link

rhjyoung commented Feb 16, 2024

Currently you cannot create URI records using infoblox ansible.

Information on URI records:
https://en.wikipedia.org/wiki/URI_record

Applications such as keberos, Red Hat IDM, and Free IPA are utilizing these DNS records as they are more efficient client wise than SRV records.

Currently to create these records in infoblox you have to create them as an "unkown record". These pictures show how you have to do it now in infoblox:
Example (in bind format):

_kerberos.example.com. 3600 IN URI 0 100 "krb5srv:m:tcp:idm.example.com."

Below is how you put into infoblox as an "Unkown Record"

unnamed
unnamed (1)

What asking for is:

  • Ability to create an "unkonwn record" in infoblox
  • If possible .. something to say "create uri record" to make it easier for users to figure out.

To give you example. Here are examples of what Red Hat IDM puts into DNS for URI records. It does this per IDM server (in bind format):

        _kerberos.example.com. 3600 IN URI 0 100 "krb5srv:m:tcp:idm.example.com."
        _kerberos.example.com. 3600 IN URI 0 100 "krb5srv:m:udp:idm.example.com."

        _kpasswd.example.com. 3600 IN URI 0 100 "krb5srv:m:tcp:idm.example.com."
        _kpasswd.example.com. 3600 IN URI 0 100 "krb5srv:m:udp:idm.example.com."

To check URI records on a domain (example):
dig +short -t URI _kerberos.example.com

@rhjyoung rhjyoung changed the title Add ability to create URI records &/or unknown in infoblox via infoblox ansible [RFE] Add ability to create URI records &/or unknown in infoblox via infoblox ansible Feb 16, 2024
@rhjyoung
Copy link
Author

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

No branches or pull requests

1 participant