Live data from Hacker News

Cloudflare Flagship

developers.cloudflare.com

11–20 of 189 posts

Re: Cloudflare Flagship

#11

Cloudflare are winning these days, they’re just lacking good fine grained permissions. You still have to make an entirely separate account for prod, which messes up SSO since one domain can only be bound to one account.

Their products are cool and I've been happy with them over the years, but their blog right now has had some blunders recently. Also their reliability seems to have been having trouble but does seem better recently.

Re: Cloudflare Flagship

#12

Cloudflare are winning these days, they’re just lacking good fine grained permissions. You still have to make an entirely separate account for prod, which messes up SSO since one domain can only be bound to one account.

Just let everyone have access to prod?

hooboy that was a good one!

Re: Cloudflare Flagship

#14
Has anyone struggled to run their own feature flagging service? After root causing slow app starts to be caused by the equivalent offering from Firebase, I've been cautious to use any off the shelf solutions

Re: Cloudflare Flagship

#15

OpenFeature was new to me, neat! Anyone have experience integrating this? https://openfeature.dev

It’s pretty useful. We used it at a previous company. We built a custom backend, but used the spec and SDKs.

It took like 2 weeks to build a full custom backend. SDKs across languages worked flawlessly (okay, we did find one bug, reported it, and it was fixed within the day)

Re: Cloudflare Flagship

#16

Has anyone struggled to run their own feature flagging service? After root causing slow app starts to be caused by the equivalent offering from Firebase, I've been cautious to use any off the shelf solutions

It's literally a field in your database. I could never fathom why this needs to be an outsourced service never mind an entire company.

Re: Cloudflare Flagship

#18

Has anyone struggled to run their own feature flagging service? After root causing slow app starts to be caused by the equivalent offering from Firebase, I've been cautious to use any off the shelf solutions

It's literally a field in your database. I could never fathom why this needs to be an outsourced service never mind an entire company.

It can get complicated quickly if you're actually using it in a production system. At my prev enterprise saas company we had feature flags that could be turned on per customer / per environment (dev, staging, prod) with permission + logging model such that our support team could also toggle flags with history of who turned on what. We also had "per user" feature flags for certain test users at companies and had DSL rules to evaluate the features

Re: Cloudflare Flagship

#19
This is nice, but I’m still waiting for this to be delivered (which ironically is probably using Flagship):

https://blog.cloudflare.com/enterprise-grade-features-for-al...

—-

I don’t believe a single enterprise only feature has made its way to lower tier (paid) account yet.

I’m most interested in:

https://developers.cloudflare.com/speed/optimization/content...

Re: Cloudflare Flagship

#20

Cloudflare are winning these days, they’re just lacking good fine grained permissions. You still have to make an entirely separate account for prod, which messes up SSO since one domain can only be bound to one account.

This is exactly what stops me from using them for real work. I love their free tier for my hobby stuff.
Post reply on HN