From cc64ce8a15ab6cdad9abfd9753ffd3beb2615749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Tue, 19 Feb 2019 15:40:03 +0100 Subject: [PATCH] Document how to enable feature flags on Review Apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- doc/development/testing_guide/review_apps.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/development/testing_guide/review_apps.md b/doc/development/testing_guide/review_apps.md index 85b47f88cc4..703e342fc13 100644 --- a/doc/development/testing_guide/review_apps.md +++ b/doc/development/testing_guide/review_apps.md @@ -70,9 +70,8 @@ subgraph GCP `gitlab-review-apps` project you get a dedicated environment for your branch that's very close to what it would look in production. 1. Once the [`review-deploy`][review-deploy] job succeeds, you should be able to - use your Review App thanks to the direct link to it from the MR widget. The - default username is `root` and its password can be found in the 1Password - secure note named **gitlab-{ce,ee} Review App's root password**. + use your Review App thanks to the direct link to it from the MR widget. To log + into the Review App, see "Log into my Review App?" below. **Additional notes:** @@ -98,6 +97,17 @@ Note that both jobs first wait for the `review-deploy` job to be finished. ## How to? +### Log into my Review App? + +The default username is `root` and its password can be found in the 1Password +secure note named **gitlab-{ce,ee} Review App's root password**. + +### Enable a feature flag for my Review App? + +1. Open your Review App and log in as documented above. +1. Create a personal access token. +1. Enable the feature flag using the [Feature flag API](../../api/features.md). + ### Find my Review App slug? 1. Open the `review-deploy` job.