Gate fabric session endpoint through node config
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/example/remote-access-platform/agents/rap-node-agent/internal/state"
|
||||
)
|
||||
|
||||
const Version = "0.2.279-vpnperf"
|
||||
const Version = "0.2.280-fabricsession"
|
||||
|
||||
func EnrollmentPayload(clusterID, joinToken string, identity state.Identity) client.EnrollRequest {
|
||||
return client.EnrollRequest{
|
||||
@@ -37,6 +37,8 @@ func EnrollmentPayload(clusterID, joinToken string, identity state.Identity) cli
|
||||
"vpn_fabric_packet_transport": true,
|
||||
"vpn_local_gateway_shortcut": false,
|
||||
"vpn_farm_owned_dataplane": true,
|
||||
"fabric_data_session_v1": true,
|
||||
"fabric_session_websocket_smoke": true,
|
||||
"vpn_backend_relay_fallback": false,
|
||||
"fabric_service_channel_required": true,
|
||||
"external_backend_entry_proxy": true,
|
||||
@@ -64,6 +66,8 @@ func HeartbeatPayload() client.HeartbeatRequest {
|
||||
"vpn_fabric_packet_transport": true,
|
||||
"vpn_local_gateway_shortcut": false,
|
||||
"vpn_farm_owned_dataplane": true,
|
||||
"fabric_data_session_v1": true,
|
||||
"fabric_session_websocket_smoke": true,
|
||||
"vpn_backend_relay_fallback": false,
|
||||
"fabric_service_channel_required": true,
|
||||
"external_backend_entry_proxy": true,
|
||||
|
||||
Reference in New Issue
Block a user