diff options
Diffstat (limited to 'doc/user/project/operations')
-rw-r--r-- | doc/user/project/operations/feature_flags.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/project/operations/feature_flags.md b/doc/user/project/operations/feature_flags.md index 39ca1bd0c77..1c9157b0f67 100644 --- a/doc/user/project/operations/feature_flags.md +++ b/doc/user/project/operations/feature_flags.md @@ -120,6 +120,8 @@ A feature flag may be enabled for a list of target users. It is implemented using the Unleash [`userWithId`](https://unleash.github.io/docs/activation_strategy#userwithid) activation strategy. +The feature will always be enabled for all users in the list across all environments even if the matching environment spec **Status** is disabled. + ![Feature flag target users](img/target_users_v12_2.png) CAUTION: **Caution:** |