-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Forward BillingTier to ConfigCat #13138
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
Conversation
96abfb8
to
b400c51
Compare
/hold To give @sagor999 a chance to review: here are the values we can check in ConfigCat for. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@kylos101 I guess we would need to change user flag for PVC to be controlled via ConfigCat now, instead of directly modifying it from admin panel.
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @geropl. This does the job tho I'd like we find a better way to approach this going forward. The multi-tier dependency of feature flags is a bit dangerous in terms of unexpected behaviour
Description
A first attempt at fixing #12840.
Instead of drilling this into
BillingMode
I opted for extendingEntitlementService
because it's a separate concern.Still not super happy with the overhead we're creating, but want to unblock PVC.
We should really think about throwing it away afterwards. 🧹
Related Issue(s)
Fixes #12840
How to test
Release Notes
Documentation
Werft options:
Valid options are
all
,workspace
,webapp
,ide