I'm deploying my first Azure VMSS.
To get the cloudguard controller working on the gateway I need to enable the Identity Awareness Identity Web API and allow 127.0.0.1.
How do I ensure that this is in my scale set template? i am assuming that I need to add mgmt_cli commands to enable that? I don't seem to be able to find anything relating to the Web API configuration when I query the already provisioned (and manually configured) instances.
I know I need to run:
autoprov_cfg set template -tn "<configuration-template-name>" -nk "<parameter-name>" "<parameter-value>"
However I don't seem to be able to find any commands in the cli reference in regards to enabling the Identity Web API and adding an allowed host.
My existing scale set members are all configured as I require, however the moment it tries to scale out, any new gateway will come up without the IS Web API setup correctly, so won;t accept the policy assigned because it'll have Cloudguard objects in it, but the gateway on;t accept it because IA isn;t enabled correctly for it.
Any help greatly appreciated.