Kai Thorsrud
Kai Thorsrud
If you have citrixadc_nscapacity / citrixadc_nslicenseserver in your config, terraform script will time out during reboot and furthermore it will continue to reboot the netscaler everytime you do a state...
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
The API appfwsignatures covers this with the autoenablenewsignatures argument / attribute https://developer-docs.netscaler.com/en-us/adc-nitro-api/13-1/configuration/appfw/appfwsignatures
Try this instead resource "citrixadc_snmpmanager" "citrixadm_snmpmanager" { ipaddress = var.sys_citrixadm_ipaddress netmask = "255.255.255.255" }
It would be nice to be able to allocate a pooled capacity license Currently this is not possible due to above mentioned: If you have citrixadc_nscapacity / citrixadc_nslicenseserver in your...
Hi, I have been very busy with workloads lately. I have not had the chance to test this out until 14 days ago. I can now completely deploy and configure...
I find it really scary to include this logfile on github. the logfile is full of confidential production data, details of all object names in my netscaler , stafefile name....
I created a WAF Signature not bound to anything. Whenever i do a terraform apply this happens: module.netscaler-adc-waf-webapp_test_company_com.citrixadc_appfwsignatures.app_waf must be replaced -/+ resource "citrixadc_appfwsignatures" "app_waf" { + action = (known...
@rohit-myali : Hi Hope you understand that due to this bug it is not posssible to use the WAF Signatures at all by code. Signatures are disabled by default, you...