terraform-provider-citrixadc icon indicating copy to clipboard operation
terraform-provider-citrixadc copied to clipboard

[FEATURE REQUEST] AppFW Signatures: Not possible to enable / disable a Signature using terraform

Open kaiAsmOne opened this issue 1 year ago • 1 comments

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.

kaiAsmOne avatar Dec 04 '23 11:12 kaiAsmOne

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

kaiAsmOne avatar Dec 04 '23 18:12 kaiAsmOne

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

rohit-myali avatar Apr 19 '24 09:04 rohit-myali