Add feature flags #125
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/124-feature_flags"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Also prepares route, controller, and view for the upcoming RS dashboard.
Features are disabled by default when hidden behind flags. You can enable a feature in the console, by passing the actor (user), like so:
Or to enable it for all users:
Or, if you're logged into an admin account, you can open the Web UI at
/flipper
and enable/disable features there. Note, if you want to add a user via the UI, use actor IDs like this:User;5
(model;ID).closes #124
Tested locally with Docker Compose, added the env variable for the RS server and the feature flag for my user
👍