mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-13 04:54:48 +08:00
chane metadata for internet gw
This commit is contained in:
parent
51eced8bf7
commit
1e8ce1f9f7
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ configure_netclient() {
|
|||
if [ "$INSTALL_TYPE" = "pro" ]; then
|
||||
INET_NODE_ID=$(sudo cat /etc/netclient/nodes.json | jq -r '."internet-access-vpn".id')
|
||||
nmctl node create_remote_access_gateway internet-access-vpn $INET_NODE_ID
|
||||
out=$(nmctl node list -o json | jq -r '.[] | select(.id=='\"$INET_NODE_ID\"') | .ingressdns = "8.8.8.8", .metadata ="This host can be used for secure internet access"')
|
||||
out=$(nmctl node list -o json | jq -r '.[] | select(.id=='\"$INET_NODE_ID\"') | .ingressdns = "8.8.8.8", .metadata = "This host can be used for secure internet access"')
|
||||
curl --location --request PUT "https://api.${NETMAKER_BASE_DOMAIN}/api/nodes/internet-access-vpn/${INET_NODE_ID}" --data "$out" --header "Authorization: Bearer ${MASTER_KEY}"
|
||||
curl --location --request POST "https://api.${NETMAKER_BASE_DOMAIN}/api/nodes/internet-access-vpn/${INET_NODE_ID}/inet_gw" --data '{}' --header "Authorization: Bearer ${MASTER_KEY}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue