Bug Description
When defining a new variant flag type on a different branch, the flag will not be available to clients.
I attempted to create a new flag on a branch in the Git repo backing my Flipt instance and test the client implementation. I keep getting an error that the flag is unknown. For flags of type BOOLEAN this works without issue, however VARIANT flags seem to be available only when the flag is present on the main branch.
Which major version?
None
Version Info
1.58.1
Search
Steps to Reproduce
- Use GitOps backend for Flipt
- Create second branch in the backing repository
- Create variant feature flag on that branch
- Request the flag via
evaluate/v1/variant
Expected Behavior
Additional Context
No response
Bug Description
When defining a new variant flag type on a different branch, the flag will not be available to clients.
I attempted to create a new flag on a branch in the Git repo backing my Flipt instance and test the client implementation. I keep getting an error that the flag is unknown. For flags of type BOOLEAN this works without issue, however VARIANT flags seem to be available only when the flag is present on the main branch.
Which major version?
None
Version Info
1.58.1
Search
Steps to Reproduce
evaluate/v1/variantExpected Behavior
Additional Context
No response