Skip to content

Add Feature Flag Permissions Frontend

Andrew Fontaine requested to merge frontend-ff-permissions into master

What does this MR do?

Adds front-end to ensure users that can not update protected environments can't also update feature flags on those environments.

  • If a protected environment is attached to a flag, and a user cannot alter that environment, they cannot:
    • Toggle the flag on the environment
    • Delete the flag
    • Edit the name of the flag
    • Edit the description of the flag

image image

Depends on !10002 (closed)

What are the relevant issue numbers?

#8239

Does this MR meet the acceptance criteria?

Edited by Andrew Fontaine

Merge request reports