Skip to content

WIP: feature flag permissions PoC

Vladimir Shushlin requested to merge ff-permissions-poc into master

What does this MR do?

Implement minimal features required to start frontend work on feature flag permissions:

  1. add field can_update to feature flags scopes indicating if current user can update that scope
  2. creates feature flag scopes when user creates protected environment

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/8239

Does this MR meet the acceptance criteria?

Merge request reports