You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please enable usage of these attributes in citrixadc_appfwprofile terraform ressource?
Regards,
Nico
Affected Resource(s) and/or Data Source(s)
citrixadc_appfwprofile
Equivalent NetScaler CLI Command
htmlerrorStatusCode:
set appfw profile WAF_PROFILENAME -htmlerrorStatusCode 400
htmlerrorStatusMessage
set appfw profile WAF_PROFILENAME -htmlerrorStatusMessage "Forbidden"
bufferoverflowmaxtotalheaderlength
set appfw profile WAF_PROFILENAME -bufferoverflowmaxtotalheaderlength 1000
sqlinjectiongrammar
set appfw profile WAF_PROFILENAME -sqlinjectiongrammar "OFF"
cmdinjectiontype
set appfw profile WAF_PROFILENAME -cmdinjectiontype "CMDSplCharORKeyword"
Potential Terraform Configuration
resource"citrixadc_appfwprofile""demo_appfw" {
htmlerrorStatusCode=400htmlerrorStatusMessage="Forbidden"bufferoverflowmaxtotalheaderlength=1sqlinjectiongrammar="ON"cmdinjectiontype="CMDSplCharANDKeyword"#...# and all the other mandatory attributes
}
nogiiihhmk
changed the title
[FEATURE REQUEST]: Enable setting htmlerrorstatuscode and htmlerrorstatusmessage in citrixadc_appfwprofile
[FEATURE REQUEST]: Enable 5 missing specific attributes in citrixadc_appfwprofile ressource
Apr 10, 2024
Description
Hi Citrix,
we use attributes like
in classic wafprofile and as we are migrating classic waf config to use that in terraform as a attributes of citrixadc_appfwprofile. In CLI these setting are possible, but not in terraform as documented in https://registry.terraform.io/providers/citrix/citrixadc/latest/docs/resources/appfwprofile. Also Citrix CLI docs at https://developer-docs.netscaler.com/en-us/adc-command-reference-int/current-release/appfw/appfw-profile.html are showing these attributes.
Could you please enable usage of these attributes in citrixadc_appfwprofile terraform ressource?
Regards,
Nico
Affected Resource(s) and/or Data Source(s)
citrixadc_appfwprofile
Equivalent NetScaler CLI Command
htmlerrorStatusCode:
set appfw profile WAF_PROFILENAME -htmlerrorStatusCode 400
htmlerrorStatusMessage
set appfw profile WAF_PROFILENAME -htmlerrorStatusMessage "Forbidden"
bufferoverflowmaxtotalheaderlength
set appfw profile WAF_PROFILENAME -bufferoverflowmaxtotalheaderlength 1000
sqlinjectiongrammar
set appfw profile WAF_PROFILENAME -sqlinjectiongrammar "OFF"
cmdinjectiontype
set appfw profile WAF_PROFILENAME -cmdinjectiontype "CMDSplCharORKeyword"
Potential Terraform Configuration
References
https://developer-docs.netscaler.com/en-us/adc-command-reference-int/current-release/appfw/appfw-profile.html
The text was updated successfully, but these errors were encountered: