open-feature / open-feature-operator

A Kubernetes feature flag operator
https://openfeature.dev
Apache License 2.0
181 stars 35 forks source link

fix: flagd path defaults #658

Closed toddbaert closed 4 months ago

toddbaert commented 4 months ago

The previous default paths don't work well, since flagd evaluation requests look like .../flagd.evaluation.v1.Service/.... These new default paths work "out of the box".

image