-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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
Comments
aepfli
added
bug
Something isn't working
Needs Triage
This issue needs to be investigated by a maintainer
labels
Dec 18, 2024
toddbaert
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Dec 18, 2024
alexandraoberaigner
added a commit
to alexandraoberaigner/flagd
that referenced
this issue
Jan 7, 2025
Signed-off-by: Alexandra Oberaigner <[email protected]>
alexandraoberaigner
added a commit
to alexandraoberaigner/flagd
that referenced
this issue
Jan 7, 2025
Signed-off-by: Alexandra Oberaigner <[email protected]>
alexandraoberaigner
added a commit
to alexandraoberaigner/flagd
that referenced
this issue
Jan 7, 2025
Signed-off-by: Alexandra Oberaigner <[email protected]>
alexandraoberaigner
added a commit
to alexandraoberaigner/flagd
that referenced
this issue
Jan 8, 2025
…days expiration period (open-feature#1479) Signed-off-by: Alexandra Oberaigner <[email protected]>
alexandraoberaigner
added a commit
to alexandraoberaigner/flagd
that referenced
this issue
Jan 8, 2025
Signed-off-by: Alexandra Oberaigner <[email protected]>
alexandraoberaigner
added a commit
to alexandraoberaigner/flagd
that referenced
this issue
Jan 8, 2025
Signed-off-by: Alexandra Oberaigner <[email protected]>
alexandraoberaigner
added a commit
to alexandraoberaigner/flagd
that referenced
this issue
Jan 8, 2025
Signed-off-by: Alexandra Oberaigner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: