Skip to content

Commit 8fc59cd

Browse files
authored
NM-159: Add Gws HA and device approvals to feature flags (#3722)
* force update host dns field if node is acting as inet gw * add old acl support checks * move auto relay migration to pro pkg * add check to avoid unsetting relayed node * simplify auto assign gw logic * send auto assign update on un relay * set checking time to latest on updates * fix HA auto Relay logic * add relay node metrics to peer signal * move auto relay peer check * publish host peer update * check and unset unrelayed auto peers * use relay node mutex to avoid rac condition * reset autorelayed peers on auto assign gw * add device approval, gws HA to feature flags
1 parent c643a50 commit 8fc59cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/structs.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ type FeatureFlags struct {
2222
EnableOAuth bool `json:"enable_oauth"`
2323
EnableIDPIntegration bool `json:"enable_idp_integration"`
2424
AllowMultiServerLicense bool `json:"allow_multi_server_license"`
25+
EnableGwsHA bool `json:"enable_gws_ha"`
26+
EnableDeviceApproval bool `json:"enable_device_approval"`
2527
}
2628

2729
// AuthParams - struct for auth params

0 commit comments

Comments
 (0)