flagsmith
flagsmith copied to clipboard
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
Thanks for submitting a PR! Please check the boxes below: Contributes to #4413. - [ ] I have added information to `docs/` if required so people know about the feature!...
### Goal To support additional use cases, such as evaluating identities in different contexts or managing anonymous identities, we aim to enable our SDK users to: 1. Evaluate flags against...
One of the few things that are not yet automated when setting up self-hosted Flagsmith is creating and hooking up to the FoF environment. It does make sense to perform...
### How are you running Flagsmith - [ ] Self Hosted with Docker - [ ] Self Hosted with Kubernetes - [X] SaaS at flagsmith.com - [ ] Some other...
### How are you running Flagsmith - [ ] Self Hosted with Docker - [ ] Self Hosted with Kubernetes - [X] SaaS at flagsmith.com - [ ] Some other...
Currently the application has a configurable cache for environment documents (used by the `environment-document` endpoint in the Core API). This cache relies on a timeout. We should improve this behaviour...
### Is your feature request related to a problem? Please describe. With the introduction of tagging and overall importance of governance, we should expose a setting that forces users to...
### Is your feature request related to a problem? Please describe. To improve governance, we should expose a setting that forces users to assign features to a group or user...
### Is your feature request related to a problem? Please describe. To check a given users' permissions, one currently needs to navigate between projects and groups. This is becoming very...
**FE Restrictions:** - When a tag is added to a role, the FE should automatically disable any other permissions that are not compatible with the tag. **API Validation:** - The...