You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YAML is ok, but I'm wondering if it makes sense to support other formats for defining flag state. These other formats may allow for us to do more concrete validation of data, or support things such as references and functions
Ideal Solution
One of the first formats I've thought we could support is HCL from Hashicorp.
I've started working on a proof of concept parser that would allow us to define flag state in HCL and then turn that into native objects that Flipt can work with (ie for import/export or serving evaluation if using a declarative backend).
Problem
We currently support declarative flag state in YAML format: https://www.flipt.io/docs/configuration/storage#defining-flag-state
YAML is ok, but I'm wondering if it makes sense to support other formats for defining flag state. These other formats may allow for us to do more concrete validation of data, or support things such as references and functions
Ideal Solution
One of the first formats I've thought we could support is HCL from Hashicorp.
I've started working on a proof of concept parser that would allow us to define flag state in HCL and then turn that into native objects that Flipt can work with (ie for import/export or serving evaluation if using a declarative backend).
Heres what it might look like:
Before I go too far, I wanted to open this up for feedback to see:
Search
Additional Context
No response
FLI-916
The text was updated successfully, but these errors were encountered: