-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1833 from balena-io/overall-status-balena-vpn-con…
…trol device.overall_status: Use the BALENA_SUPERVISOR_VPN_CONTROL config var as well
- Loading branch information
Showing
6 changed files
with
191 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 19 additions & 1 deletion
20
test/fixtures/24-device-additions/application_config_variables.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,26 @@ | ||
{ | ||
"variable1": { | ||
"user": "admin", | ||
"application": "app2", | ||
"application": "appResinVpnDisabled", | ||
"name": "RESIN_SUPERVISOR_VPN_CONTROL", | ||
"value": "false" | ||
}, | ||
"variable2": { | ||
"user": "admin", | ||
"application": "appBalenaVpnDisabled", | ||
"name": "BALENA_SUPERVISOR_VPN_CONTROL", | ||
"value": "false" | ||
}, | ||
"variable3": { | ||
"user": "admin", | ||
"application": "appBalenaVpnDisabledResinVpnDisabled", | ||
"name": "RESIN_SUPERVISOR_VPN_CONTROL", | ||
"value": "true" | ||
}, | ||
"variable4": { | ||
"user": "admin", | ||
"application": "appBalenaVpnDisabledResinVpnDisabled", | ||
"name": "BALENA_SUPERVISOR_VPN_CONTROL", | ||
"value": "false" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 41 additions & 5 deletions
46
test/fixtures/24-device-additions/device_config_variables.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters