pass proxy information to management on grpc connection

This commit is contained in:
Alisdair MacLeod
2026-01-28 10:50:35 +00:00
parent b611d4a751
commit a4c1362bff
2 changed files with 58 additions and 30 deletions

View File

@@ -70,6 +70,7 @@ func main() {
errorLog := slog.New(slog.NewTextHandler(os.Stderr, nil))
srv := proxy.Server{
Version: Version,
ErrorLog: errorLog,
ManagementAddress: mgmtAddr,
CertificateDirectory: certDir,