Can flipt support feature flags for a white label platform? #1885
Replies: 3 comments 3 replies
-
Hi @prakashraman ! Great question! I Flipt could definitely be used for your use case. In fact, that's one of the reasons we decided to use the term namespaces instead of 'environments' like other feature flag platforms. While the avg team might use namespaces to separate their flags/segments by environment, you can use them however you like. There are no limitations on how many flags/segments/etc you can create, nor are there limitations on the number of namespaces you can create! The only thing I can think of is that in the UI we don't currently support pagination for the namespaces list view (where you create/edit namespaces). I created an internal issue for us to add this though, it won't be too difficult to implement. Would love for you to give us any feedback on how Flipt works for you in your white-label application and any suggestions on how we can make it work better! |
Beta Was this translation helpful? Give feedback.
-
Hi Mark,
Thanks for the quick response! Really appreciate it.
Ah, I might have not explained one detail properly. I’d want the same set
of flags and segments available to all customers, but for each customer I’d
want to set different values for the flags. And I would have at least 10
customers.
Therefore I thought using “environments” would be the closest way.
P.s: pagination is not problem at all 😃
What do you think?
…On Mon, 17 Jul 2023 at 19:43, Mark Phelps ***@***.***> wrote:
Hi @prakashraman <https://github.com/prakashraman> ! Great question! I
Flipt could definitely be used for your use case. In fact, that's one of
the reasons we decided to use the term namespaces
<https://www.flipt.io/docs/concepts#namespaces> instead of 'environments'
like other feature flag platforms. While the avg team might use namespaces
to separate their flags/segments by environment, you can use them however
you like.
There are no limitations on how many flags/segments/etc you can create,
nor are there limitations on the number of namespaces you can create!
The only thing I can think of is that in the UI we don't currently support
pagination for the namespaces list view (where you create/edit namespaces).
I created an internal issue for us to add this though, it won't be too
difficult to implement.
Would love for you to give us any feedback on how Flipt works for you in
your white-label application and any suggestions on how we can make it work
better!
—
Reply to this email directly, view it on GitHub
<#1885 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAJARUWQFF4O4YW4GKCBFLXQXEZRANCNFSM6AAAAAA2NLYHZU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Ah! I just re read your message and read the docs again.
It does look like “namespaces” act as environments indeed.
Just to confirm: the same set of flags will be available for each namespace
right?
On Mon, 17 Jul 2023 at 20:22, Prakash Raman ***@***.***>
wrote:
… Hi Mark,
Thanks for the quick response! Really appreciate it.
Ah, I might have not explained one detail properly. I’d want the same set
of flags and segments available to all customers, but for each customer I’d
want to set different values for the flags. And I would have at least 10
customers.
Therefore I thought using “environments” would be the closest way.
P.s: pagination is not problem at all 😃
What do you think?
On Mon, 17 Jul 2023 at 19:43, Mark Phelps ***@***.***>
wrote:
> Hi @prakashraman <https://github.com/prakashraman> ! Great question! I
> Flipt could definitely be used for your use case. In fact, that's one of
> the reasons we decided to use the term namespaces
> <https://www.flipt.io/docs/concepts#namespaces> instead of
> 'environments' like other feature flag platforms. While the avg team might
> use namespaces to separate their flags/segments by environment, you can use
> them however you like.
>
> There are no limitations on how many flags/segments/etc you can create,
> nor are there limitations on the number of namespaces you can create!
>
> The only thing I can think of is that in the UI we don't currently
> support pagination for the namespaces list view (where you create/edit
> namespaces). I created an internal issue for us to add this though, it
> won't be too difficult to implement.
>
> Would love for you to give us any feedback on how Flipt works for you in
> your white-label application and any suggestions on how we can make it work
> better!
>
> —
> Reply to this email directly, view it on GitHub
> <#1885 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAAJARUWQFF4O4YW4GKCBFLXQXEZRANCNFSM6AAAAAA2NLYHZU>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
I am building a white label application platform. Where features of my application screens need to be managed by a feature flag management tool (like flipt).
Therefore, for each customer, I would want to configure the flags as per their requirement.
I understand that Flipt has a concept of "environments" which usually is intended for dev, staging and production. Can I use it to support customer specific flags? And if so, would there is a limitation on the number of environments I could create?
Beta Was this translation helpful? Give feedback.
All reactions