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

Add useful fields for Authoritative Zone resource #185

Open
bsmithtm opened this issue Sep 12, 2022 · 0 comments · May be fixed by #186
Open

Add useful fields for Authoritative Zone resource #185

bsmithtm opened this issue Sep 12, 2022 · 0 comments · May be fixed by #186

Comments

@bsmithtm
Copy link

bsmithtm commented Sep 12, 2022

Context

When creating an Authoritative Zone in DNS using the current client, only the desired FQDN is accepted as an argument. This does not allow a user to set a Nameserver Group, or the TTLs for SOA records, for instance.

CreateZoneAuth(fqdn string, ea EA) (*ZoneAuth, error)

Proposed Changes

Add the following fields for Authoritative Zone resources. These are already present in the Infoblox NIOS API, they just aren't exposed here in the Go Client.

  • ns_group
  • restart_if_needed
  • comment
  • soa_default_ttl
  • soa_expire
  • soa_negative_ttl
  • soa_refresh
  • soa_retry

Related Work

With these fields exposed in the Infoblox Go Client, we can then add an Authoritative Zone resource to the Infoblox Terraform Provider.

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