cp_mgmt_simple_cluster - missing API call to enable https inspection
cp_mgmt_simple_cluster and cp_mgmt_simple_gateway are missing the ability to enable/disable https inspection on the cluster.
Missing parameter cp_mgmt_enble_https_inspection that passes to the management api enable-https-inspection
example for cp_mgmt_simple_cluster
- https://galaxy.ansible.com/ui/repo/published/check_point/mgmt/content/module/cp_mgmt_simple_cluster/
- https://github.com/CheckPointSW/CheckPointAnsibleMgmtCollection/blob/master/plugins/modules/cp_mgmt_simple_cluster.py
- https://sc1.checkpoint.com/documents/latest/APIs/?#web/set-simple-cluster~v1.9.1%20
Hi @doritoes We will add it in the upcoming version. Thanks, Eden
Awesome. If you can add support for show-outbound-inspection-certificate with it, bonus points. add https://sc1.checkpoint.com/documents/latest/APIs/?#web/show-outbound-inspection-certificate~v1.9.1%20
The module cp_mgmt_outbound_inspection_certificate_facts was added in v6.0.0
@chkp-edenbr check_point.mgmt 6.7.0 is still missing:
enable-https-inspection
from
cp_mgmt_simple_cluster
enable-https-inspection | boolean | Enable HTTPS Inspection after defining an outbound inspection certificate.To define the outbound certificate use outbound inspection certificate API.
Tested in R82 SMS and gateways.
My workaround is to use mgmt_cli to call the API