-
Notifications
You must be signed in to change notification settings - Fork 127
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
ACL Header rule for loadbalancer frontend #1211
Comments
Hello, can you share a minimal snippet of code that reproduces the problem that you experience? Have you tried creating a frontend from scratch with the header matching rule you mention? |
Hi, I didn't code anything for this because the
I was just suprised that neither the terraform state nor the output mention the header name (in my case |
I'm working on adding support for this option. Once it is ready, I will notify you so that you can give feedback if you want it :) |
Nice job & thank you ! I will try it with joy |
Community Note
Description
Hi ! I tried to create an ACL rule to deny access to an host using the
Host
header.Like I didn't found the
http_filter
value for the header I created it manually on the Dashboard and I refreshed my terraform state to get it.Here the part of my teraform state that I got:
First thing, the header name
Host
doesn't appear.Second, when I do a
terraform plan
, it want to destroy my ACL rule created manually.I tried to recreate it using terraform configuration and got:
New or Affected Resource(s)
Can it be interresting to add the posibility to use the
http_filter
valuehttp_header_match
?The text was updated successfully, but these errors were encountered: