Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn feature flags on/off based on segment #138

Closed
noasic opened this issue Sep 23, 2019 · 1 comment · Fixed by #145
Closed

Turn feature flags on/off based on segment #138

noasic opened this issue Sep 23, 2019 · 1 comment · Fixed by #145
Assignees

Comments

@noasic
Copy link

noasic commented Sep 23, 2019

I could use an easy way to turn feature flags on and off based on segments.

As an example, my web application has a feature called "projects" that I would like to enable only for users that have subscribed to the "professional" plan. As far as I know, the only way to do that in flipt is to create two variants of the flag ("enabled" and "disabled"), and to map those variants to segments corresponding to the plans ("basic" or "professional").

Having to create those variants is a bit inconvenient as all I really want to do is just switch the flag on or off.

@markphelps
Copy link
Collaborator

@noasic please checkout #145 and let me know if that will fit your workflow

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants