You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the wgkex broker currently expects requests that include {"domain": "'"$SEGMENT"'", "public_key": "'"$PUBLICKEY"'"} in the http body. From the context of the wgpeerselector this information is not tangible. As of now, the wgpeerselector does not know about "domains", as it does not contain gluon code. So this problem needs to be addressed in some way.
@goligo wants to take a look at this. I am open to discuss this here.
The text was updated successfully, but these errors were encountered:
As discussed in the gluon meetup today, we want to allow using wgpeerselector in combination with wgkex.
The only (big) missing piece is an HTTPS request to the broker as done here.
I would suggest to add the request here (after the NTP check):
packages/net/wgpeerselector/files/usr/bin/wgpeerselector
Lines 359 to 375 in 308166e
However, the wgkex broker currently expects requests that include
{"domain": "'"$SEGMENT"'", "public_key": "'"$PUBLICKEY"'"}
in the http body. From the context of the wgpeerselector this information is not tangible. As of now, the wgpeerselector does not know about "domains", as it does not contain gluon code. So this problem needs to be addressed in some way.@goligo wants to take a look at this. I am open to discuss this here.
The text was updated successfully, but these errors were encountered: