-
Notifications
You must be signed in to change notification settings - Fork 430
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
[Bug]: Go 1.23 is incompatible with AWS Network Firewalls #3421
Comments
Hey @christiangjengedal 👋 Update: Did you try to set the |
If you missed that, I updated the previous message above. |
Yes, the GODEBUG environment variable works, I just wanted to document and share the limitation with you. It took quite a bit of time to understand what was failing. |
Got it. Thanks for sharing. We'll document this in a few places and link this issue as an example. Other than that, it seems we can close the issue, right? |
IMHO, terraform-provider-aws is a good reference provider. I like how they solved this TLS draft issue |
Document issue #3421 and how the godebug environment variable can be used to turn off some of the Go features that may not always be compatible with third-party software (like firewalls).
Terraform CLI Version
1.7.3
Terraform Provider Version
1.0.4
Company Name
No response
Terraform Configuration
Category
category:other
Object type(s)
No response
Expected Behavior
The provider should be able to communicate with Snowflake APIs through firewalls using HTTPS.
Actual Behavior
The upgrade to Go 1.23 makes the provider incompatible with Suricata-based firewalls, like AWS Network Firewalls. So if terraform talks to Snowflake through a Suricata firewall (or other without Kyber768 support), the communication is dropped.
The issue is described in detail in hashicorp/terraform-provider-aws#39311 My report is just a copy and replace:
Update: AWS Network Firewall now supports Suricata version 7.0. Network Firewall upgraded from Suricata version 6.0.9 to 7.0 in November of 2024., but the issue is still unsolved on Suricata version 7.0.4
Steps to Reproduce
Run terraform with snowflake provider version 1.0.4 behind firewall without kybertls support
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: