|
|
|
|
|
by bullcitydev
658 days ago
|
|
Yeah the context only supports a map/JSON object of k/v string values for evaluation at the moment. We could definitely look into supporting other types and making this simpler. The constraints that are matched can be of several types, which we try to parse at evaluation time https://docs.flipt.io/concepts#constraint-types. Also thank you for the feedback about not being able to change the organization name. Currently we use the 'slug' of the organization (based on the name) when we setup the routes for your environment, so it was just simpler to make it a one time thing. But I think we could support renaming your org, it would just make the previous URLs invalid, or we could maybe handle redirects on our end too. |
|