terraform-provider-citrixadc
terraform-provider-citrixadc copied to clipboard
[FEATURE REQUEST] AppFW Signatures: Not possible to enable / disable a Signature using terraform
Contact us
For any immediate issues or help , reach out to us at [email protected] !
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.
After doing some nstrace it would be enough for me to have the functions / attributes of the appfwsignatures API implemented . (ruleid , category , enabled, action)
https://developer-docs.netscaler.com/en-us/adc-nitro-api/13-1/configuration/appfw/appfwsignatures
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.
Link to documentation HERE