mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
9bc7b9e897
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.
32 lines
815 B
Plaintext
32 lines
815 B
Plaintext
.idea
|
|
.run
|
|
*.iml
|
|
dist/
|
|
bin/
|
|
.env
|
|
conf.json
|
|
http-cmds.sh
|
|
setup.env
|
|
infrastructure_files/**/Caddyfile
|
|
infrastructure_files/**/dashboard.env
|
|
infrastructure_files/**/zitadel.env
|
|
infrastructure_files/**/management.json
|
|
infrastructure_files/**/management-*.json
|
|
infrastructure_files/**/docker-compose.yml
|
|
infrastructure_files/**/openid-configuration.json
|
|
infrastructure_files/**/turnserver.conf
|
|
infrastructure_files/**/management.json.bkp.**
|
|
infrastructure_files/**/management-*.json.bkp.**
|
|
infrastructure_files/**/docker-compose.yml.bkp.**
|
|
infrastructure_files/**/openid-configuration.json.bkp.**
|
|
infrastructure_files/**/turnserver.conf.bkp.**
|
|
management/management
|
|
client/client
|
|
client/client.exe
|
|
*.syso
|
|
client/.distfiles/
|
|
infrastructure_files/setup.env
|
|
infrastructure_files/setup-*.env
|
|
.vscode
|
|
.DS_Store
|
|
GeoLite2-City* |