CheckPointSW / terraform-provider-checkpoint

Terraform provider for Check Point
https://www.terraform.io/docs/providers/checkpoint/
Mozilla Public License 2.0
28 stars 40 forks source link

Support for API key #86

Closed harhan closed 3 years ago

harhan commented 3 years ago

The API key feature has been supported since version 1.6 (R80.40) of the API. Please add support for this login feature in the provider as well.

The API-key should exclude the need to send user/password parameters, as pr the reference documentation: `POST {{server}}/login Content-Type: application/json

{ "api-key" : "FFl8+KF1AJ2Tisac6d0K+w==" }`

chkp-alonshev commented 3 years ago

Hi @harhan , Thanks for suggesting this feature. we will add support to this feature in the next terraform version.

Thank you, Alon.

chkp-alonshev commented 3 years ago

Hi @harhan The new provider's version is now available and it includes your feature, you may use it now.

Thank you, Alon

harhan commented 3 years ago

Thank you, I'll test the feature as soon as my provider updates.