netbird/management/server/posture
Bethuel Mmbaga a47c69c472
Add private network posture check (#1606)
* wip: Add PrivateNetworkCheck checks interface implementation

* use generic CheckAction constant

* Add private network check to posture checks

* Fix copy function target in posture checks

* Add network check functionality to posture package

* regenerate the openapi specs

* Update Posture Check actions in test file

* Remove unused function

* Refactor network address handling in PrivateNetworkCheck

* Refactor Prefixes to Ranges in private network checks

* Implement private network checks in posture checks handler tests

* Add test for check copy

* Add gorm serializer for network range
2024-02-22 19:22:43 +03:00
..
checks_test.go Add private network posture check (#1606) 2024-02-22 19:22:43 +03:00
checks.go Add private network posture check (#1606) 2024-02-22 19:22:43 +03:00
geo_location_test.go Add private network posture check (#1606) 2024-02-22 19:22:43 +03:00
geo_location.go Add private network posture check (#1606) 2024-02-22 19:22:43 +03:00
nb_version_test.go Add initial support of device posture checks (#1540) 2024-02-20 09:59:56 +01:00
nb_version.go Add initial support of device posture checks (#1540) 2024-02-20 09:59:56 +01:00
network_test.go Add private network posture check (#1606) 2024-02-22 19:22:43 +03:00
network.go Add private network posture check (#1606) 2024-02-22 19:22:43 +03:00
os_version_test.go Add initial support of device posture checks (#1540) 2024-02-20 09:59:56 +01:00
os_version.go Add initial support of device posture checks (#1540) 2024-02-20 09:59:56 +01:00