Skip to content

Commit 998a216

Browse files
authored
fix(sync): fixing missing handover of ssl configuration (#1517)
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 586cb62 commit 998a216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flagd/pkg/runtime/from_config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ func FromConfig(logger *logger.Logger, version string, config Config) (*Runtime,
117117
Sources: sources,
118118
Store: s,
119119
ContextValues: config.ContextValues,
120+
KeyPath: config.ServiceKeyPath,
121+
CertPath: config.ServiceCertPath,
120122
})
121123
if err != nil {
122124
return nil, fmt.Errorf("error creating sync service: %w", err)

0 commit comments

Comments
 (0)