fix(sync): fixing missing handover of ssl configuration (#1517)
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
This commit is contained in:
parent
586cb62e63
commit
998a21637e
|
|
@ -117,6 +117,8 @@ func FromConfig(logger *logger.Logger, version string, config Config) (*Runtime,
|
||||||
Sources: sources,
|
Sources: sources,
|
||||||
Store: s,
|
Store: s,
|
||||||
ContextValues: config.ContextValues,
|
ContextValues: config.ContextValues,
|
||||||
|
KeyPath: config.ServiceKeyPath,
|
||||||
|
CertPath: config.ServiceCertPath,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("error creating sync service: %w", err)
|
return nil, fmt.Errorf("error creating sync service: %w", err)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue