[BUG] [sync-service] not supporting SSL #1479
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Needs Triage
This issue needs to be investigated by a maintainer
Observed behavior
It is not possible to connect to the sync service via SSL; the same configuration works fine via the Evaluation Service.
see: https://github.com/open-feature/java-sdk-contrib/pull/1111/files#diff-ea9c090ae5dbf03273dc224b296f7a665d6d715d13e8d36e2b420acc6f10b030 (java e2e test implementation, trying to test SSL, currently disabled due to missing functionality)
Expected Behavior
Connection to the Sync Service should be possible to be made via SSL. and the configuration defined in the spec should be honored (here)
Steps to reproduce
open-feature/java-sdk-contrib#1111 is a running Gherkin test against the SSL image from the flagd-testbed
devnotes
Within the evaluation service we are starting to serve via:
flagd/flagd/pkg/service/flag-evaluation/connect_service.go
Lines 230 to 245 in 0b11c6c
Whereas in the sync service, we don't differentiate:
flagd/flagd/pkg/service/flag-sync/sync_service.go
Lines 74 to 108 in 0b11c6c
The text was updated successfully, but these errors were encountered: