Skip to content

Proof of Concept Terraform Provider for the Check Point R80 API

Notifications You must be signed in to change notification settings

rdarst/POC-terraform-chkp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-chkp

Proof of concept Terraform Provider for the Check Point R80 API

This provider is for testing purposes only!

Only access based rules can be modifed with the current POC provider

Build the provider by installing go and compiling the provider

Example

git clone --recursive https://github.com/rdarst/POC-terraform-chkp
sudo apt-get install golang-go
/usr/lib/go-1.10/bin/go get github.com/hashicorp/terraform
/usr/lib/go-1.10/bin/go build -o terraform-provider-chkp

Then in the directory with your terraform example .tf files do the following Login to a R80 server using the login utility to set a valid session id This python script can be found in the utils directory

login.py -u admin -p vpn123 -s 10.10.10.10

Otherwise setup the two environment variables to allow terraform to pick up your R80 session details.

For example

export CHKP_SID="oH9f7BaC-63kcF2fg3qokliwHPrXtCEIf4V8zvIpTmE"
export CHKP_SERVER="https://10.10.10.10/web_api"

Then use the standard terraform command to init/apply/destroy

terraform init
terraform apply
publish.py

Use destroy to remove what was created

terraform destroy

Notes -

When removing or adding rules via the rule list, this provider will not preserve UUID's of rules that were modifed. This also applies to NAT rules as well.

About

Proof of Concept Terraform Provider for the Check Point R80 API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages