Skip to content

Commit

Permalink
fix(sync): fixing missing handover of ssl configuration (#1517)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
  • Loading branch information
aepfli authored Jan 16, 2025
1 parent 586cb62 commit 998a216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flagd/pkg/runtime/from_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 998a216

Please sign in to comment.