-
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
Windows Server DNS - The message or signature supplied for verification has been altered #215
Comments
This one's occuring for us, as well, but we're using a cname and doing an edit, for an imported record. Unfortunately, the edit did NOT occur, in our case. EDIT: For clarification, we're trying to add/edit entries to 3 different DNS servers, and getting this result on all 3. EDIT2: Is it possible that the RR messages are being created incorrectly? I find it hard to believe it wouldn't have been noticed before now if this is a problem, but all of the test cases inside the dns project's repository use the phrases "IN A" or "IN CNAME", whereas, this project is setting them up as "A" or "CNAME", without the word "IN". I don't know if it makes a difference, but wonder if it could. https://github.com/miekg/dns/blob/40060b4a4b85b14867003343f64bfd5cd64ea256/duplicate_test.go |
I had the same problem and fixed it by changing my DNS zone Properties to "Dynamic updates: Secure only". It was failing when I had "Nonsecure and Secure" selected. EDIT: OK, this happened again even after changing to secure updates. Seems intermittent and still problematic. |
Has anybody been able to solve this, i have the same issue and hence i cant destroy the records and achieve desired state |
Same here. Did anyone manage to pass this one? |
Try making your DNS server name all lowercase if it's not. I had the exact same issue. I finally tested on a RHEL server and got a similar sounding error mentioned in #213 and the fix was the same. Changing server to lowercase worked for both Windows and Linux. |
Getting a different error now - |
I've found this error also occurs with AD/GSSAPI on the Windows when multiple records are being updated simultaneously. It seems somewhere in the pipeline the DNS module is not thread safe. I've been able to work around the issue forcing a single thread using "terraform apply -parallelism 1" but this is only usable if DNS resources aren't paired with resources that take a long time to provision like VMs. I haven't had a chance to test if parallelism is a problem or not on Linux. I wish there was a configuration to control the thread count per-resource or provider to make this easier. |
fyi this fixed it for me |
We have the same issue. Don't know why this isn't getting any traction. ??? |
Hi @storkeyp 👋 Sorry you ran into trouble here. Can I confirm the following:
If the issue persists, then it would be very helpful if you could gather the details necessary to reproduce this issue in a local development environment. Thanks. |
Terraform CLI and Provider Versions
Terraform v1.2.1
on windows_amd64
Terraform Configuration
Expected Behavior
DNS A record added to zone, or modified if it already exists
Actual Behavior
A record is successfully created, but Terraform apply fails with the following error:
Error: Error updating DNS record: The message or signature supplied for verification has been altered
with module.vms.dns_a_record_set.wyse,
on ..\modules\vms\wms.tf line 99, in resource "dns_a_record_set" "wyse":
99: resource "dns_a_record_set" "wyse" {
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
Windows Server 2012 R2 Standard, domain integrated zone
Code of Conduct
The text was updated successfully, but these errors were encountered: