bl4ko / netbox-ssot

Microservice that synces objects from multiple sources into netbox and makes it automatic SSOT.
MIT License
22 stars 4 forks source link

Fortinet #74

Open AniTexs opened 3 months ago

AniTexs commented 3 months ago

Is it planned to have Fortinet under this project too?

bl4ko commented 3 months ago

Yes, the next three external sources that we have locally deployed and are planned are:

bl4ko commented 2 months ago

Hello, source fortigate has been added in the latest release.

TaLoN1x commented 2 months ago

would be really good If i could configure fortinet integration to create virtual forty firewall appliances instead of devices. This pattern is getting more and more popular especially with cloud-hybrid environments.

bl4ko commented 2 months ago

Hello thanks for the suggestion. Could you provide some examples of what do you mean with virtual firewall appliances?

TaLoN1x commented 2 months ago

Ideally microservice should be compatible with FortiManager, as large installation rather use for conf management: https://www.postman.com/fortinet-emea-tac-api-team/workspace/fortinet/collection/22422020-f33ce7c0-31d3-42e0-8ea3- 717d84719c2d

Under Virtual Appliance I thought of ability to deploy Fortinet FW as virtual machine: https://www.postman.com/fortinet-emea-tac-api-team/workspace/fortinet/collection/22422020-f33ce7c0-31d3-42e0-8ea3-717d84719c2d

bl4ko commented 2 months ago

Oh I see, thanks for clarification. The only problem is that I have only single fortigate device deployed locally, so that's why I used fortigate rest api to fetch and sync its data.

To sync objects with FortiManager, I would need some kind of mock API, or hardcoded responses for each endpoint, so I would know how to implement code. Could you maybe provide some mock api values?

TaLoN1x commented 2 months ago

I will try :)