CheckPointAnsibleMgmtCollection icon indicating copy to clipboard operation
CheckPointAnsibleMgmtCollection copied to clipboard

cp_mgmt_simple_cluster - missing API call to enable https inspection

Open doritoes opened this issue 1 year ago • 3 comments

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

doritoes avatar Oct 20 '24 02:10 doritoes

Hi @doritoes We will add it in the upcoming version. Thanks, Eden

chkp-edenbr avatar Oct 20 '24 09:10 chkp-edenbr

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

doritoes avatar Oct 20 '24 17:10 doritoes

The module cp_mgmt_outbound_inspection_certificate_facts was added in v6.0.0

chkp-edenbr avatar Oct 21 '24 06:10 chkp-edenbr

@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

doritoes avatar Nov 22 '25 16:11 doritoes