-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
contribfestA good issue for Contribfest KubeCon EU '24A good issue for Contribfest KubeCon EU '24enhancementNew feature or requestNew feature or request
Description
We now have JS, Java, and Go in-process flagd providers. These providers connect directly to a sync.proto-compliant gRPC server (such as flagd-proxy). OFO should be enhanced to support the use of these providers. This would require:
- ability to specify this in APIs
- OFO sets the corresponding env-var which configures the provider to use in-process evaluation (see flagd-injector),
FLAGD_SOURCE_RESOLVER- the SA injection/patch should NOT take place.- host/port are configured similarly, through ENV_VARS
- flagd is not deployed as a sidecar to the associated workload, since it's not needed
- associated tests, including KUTTL tests
- associated documentation
thisthat, Kavindu-Dodan and beeme1mr
Metadata
Metadata
Assignees
Labels
contribfestA good issue for Contribfest KubeCon EU '24A good issue for Contribfest KubeCon EU '24enhancementNew feature or requestNew feature or request