fix(sync): fixing missing handover of ssl configuration (#1517)

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
This commit is contained in:
Simon Schrottner 2025-01-16 15:30:37 +01:00 committed by GitHub
parent 586cb62e63
commit 998a21637e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ func FromConfig(logger *logger.Logger, version string, config Config) (*Runtime,
Sources: sources,
Store: s,
ContextValues: config.ContextValues,
KeyPath: config.ServiceKeyPath,
CertPath: config.ServiceCertPath,
})
if err != nil {
return nil, fmt.Errorf("error creating sync service: %w", err)