netbird/management/cmd
Yury Gargay 9bc7b9e897
Add initial support of device posture checks (#1540)
This PR implements the following posture checks:

* Agent minimum version allowed
* OS minimum version allowed
* Geo-location based on connection IP

For the geo-based location, we rely on GeoLite2 databases which are free IP geolocation databases. MaxMind was tested and we provide a script that easily allows to download of all necessary files, see infrastructure_files/download-geolite2.sh.

The OpenAPI spec should extensively cover the life cycle of current version posture checks.
2024-02-20 09:59:56 +01:00
..
defaults.go Feature/dns protocol (#543) 2022-11-07 15:38:21 +01:00
management.go Add initial support of device posture checks (#1540) 2024-02-20 09:59:56 +01:00
migration_down.go Implement SQLite Store using gorm and relational approach (#1065) 2023-10-12 15:42:36 +02:00
migration_up.go Implement SQLite Store using gorm and relational approach (#1065) 2023-10-12 15:42:36 +02:00
root.go Fix jwks validation and flag/config overriding (#1380) 2023-12-12 14:56:27 +01:00