javascriptc#angular.net-corestatsig

(RBAC) Role Based Access Control on Individual Feature Gates Or Rules in Statsig


Is it Possible to have Role based Edit/Delete access on individual Feature Gates Or Rules in Statsig?

Example:-

Suppose I want to implement that "user-1" should not be able to Edit/Delete "Feature-Gate-1" or "Rule-1" in "Feature-Gate-1", but should be able to edit/delete other Feature Gates or Rules in the same Project.

Please let me know, if this is possible in statsig.


Solution

  • Statsig has entity level reviews that you can turn on so not everyone can arbitrarily ship new things. You can read more here: https://docs.statsig.com/guides/setting-up-reviews#enforcing-team-reviews

    Statsig does not support it at the rulesets level. Thinking about it a bit, that would be tricky because any ruleset ahead of the locked one could override or render the locked one useless.