fix: netbird

This commit is contained in:
Patrick 2024-05-26 16:26:36 +02:00
parent 0daa9d00e4
commit 9ee470cfb5
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
4 changed files with 7 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -55,6 +55,13 @@
TURNConfig = { TURNConfig = {
Secret._secret = config.age.secrets.coturnSecret.path; Secret._secret = config.age.secrets.coturnSecret.path;
}; };
HttpConfig = {
# This is not possible
# failed validating JWT token sent from peer y1ParZkbzVMQGeU/KMycYl75v90i2O6EwgO1YQZnSFs= with error rpc error: code = Internal desc = unable to fetch account with claims, err: user ID is empty
#AuthUserIDClaim = "preferred_username";
AuthAudience = "netbird";
};
DataStoreEncryptionKey._secret = config.age.secrets.dataEnc.path; DataStoreEncryptionKey._secret = config.age.secrets.dataEnc.path;
}; };
}; };