Skip to content

Commit

Permalink
Add UserManagement feature flag
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Jun 5, 2024
1 parent 15af232 commit 7bcf307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/flags/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ package flags
const (
// IDPResolver enables identity provider name resolution, see https://github.com/stacklok/minder/issues/3150
IDPResolver Experiment = "idp_resolver"
// UserManagement enables user management, i.e. invitations, role assignments, etc.
UserManagement Experiment = "user_management"
)

0 comments on commit 7bcf307

Please sign in to comment.