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
After doing some nstrace it would be enough for me to have the functions / attributes of the appfwsignatures API implemented . (ruleid , category , enabled, action)
Hello @kaiAsmOne
Thanks for raising this feature request.
We have released this and it is now available in the terraform registry. Please download the latest terraform-provider-citrixadc version v1.38.0.
@rohit-myali : I have tried upgrading to 1.39.0 provider but for every terraform apply the provider now wants to replace the signatures on each run.. The provider seems to belive config is changed on each run.
Further more the terraform apply fails on every run..
The Netscaler provider wants to change this on every run..
module.netscaler-adc-waf-fqdn_company_no.citrixadc_appfwsignatures.app_waf must be replaced
-/+ resource "citrixadc_appfwsignatures" "app_waf" {
+ action = (known after apply) # forces replacement
+ autoenablenewsignatures = (known after apply)
+ category = (known after apply)
+ enabled = (known after apply)
~ id = "waf_sig_fqdn.company.no" -> (known after apply)
+ mergedefault = (known after apply)
name = "waf_sig_fqdn.company.no"
+ ruleid = (known after apply) # forces replacement
+ sha1 = (known after apply)
+ vendortype = (known after apply)
+ xslt = (known after apply)
# (5 unchanged attributes hidden)
}
Resulting in
Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.netscaler-adc-waf-fqdn_company_no.citrixadc_appfwsignatures.app_waf, provider "provider["registry.terraform.io/citrix/citrixadc"]" produced an unexpected new value: Root resource was present, but now
│ absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
Contact us
Feature Request
When a Netscaler is fully deployed and configured using terraform there is no way to modify the WAF Signature File for a given web application.
I need to be able to change the xml file with the signatures.
I need to be able to have a terraform resource where i can specify the signature name (name of signature in gui) , the SignatureRule id
And allow me to specify the rule id actions Enabled / Block / Log / Stats / Remove / xout options for a specific rule id.
The text was updated successfully, but these errors were encountered: