-
Notifications
You must be signed in to change notification settings - Fork 71
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
Unable to create a DNS ns-record set on a Windows Active Directory Server #318
Comments
Hi @nicokauffmann 👋 Sorry you ran into trouble here. We will need to triage this issue to investigate the underlying cause. Our team's focus is currently elsewhere at the moment, but we will monitor the issue and adjust the priority based on the level of community interest. Historically, these sorts of issues have tended to be related to environment configuration. Unfortunately, we cannot document every possible nuance of Windows DNS server setups so we have to rely on troubleshooting with a reproduction environment. A previous issue, Error updating DNS record: unexpected acceptor flag is not set: expecting a token from the acceptor, not in the initiator, walks through some older triage steps that could be attempted, although it looks like you may have tried some of these steps already. It may also be worth double checking there are no resource records with the same exact name, one thing they may want to look at is whether the prior zone aws.example.com has its own NS. Windows DNS is quite picky about every level having a proper subdomain delegated. It may also be worth checking the Windows logs. |
Hi @bendbennett 👋 "...resource records with the same exact name..." Looks like other people have still the same problems to create a ns record where setting up an a record is working like a charm. By the way, we are running another separated domain on another windows dns setup where I run in the same kind of error. Happy to hear from you guys. |
Hi @nicokauffmann I saw the error in the log:
I think is some permissions is needed it. I have similar case and we can found any solutions yet. |
Terraform CLI and Provider Versions
Terraform v1.5.0
on linux_amd64
Terraform Configuration
Expected Behavior
I was testing the the GSS-TSIG support in the DNS provider. Tried to create a ns-record set in a sub name zone against a Windows Active Directory server.
Actual Behavior
getting provider data ns- record source is working, while setting up a new provider resource ns-record is not working
Steps to Reproduce
terraform apply
How much impact is this issue causing?
High
Logs
https://gist.github.com/nicokauffmann/49cf5ffb2f67554cc20105f3ce9fb19d
Additional Information
Already checked:
Nonsecure
dynamic updates for the managed hosted zone. KeptSecured only
.Create all child permissions
in the managed hosted zone.With the same provider setup, creating/destroying an a-record is working like a charm in the needed sub name zone.
Code of Conduct
The text was updated successfully, but these errors were encountered: