From d1e1cbdcbc33a972493bd2b96b1cd247dcc94f88 Mon Sep 17 00:00:00 2001 From: Muhammad Faisal Tariq Date: Mon, 27 Apr 2020 16:50:09 +0500 Subject: [PATCH] Update enable_cc_lifecycle.md While editing channel ACLs the configurations should be injected using the file enable_lifecycle.json Signed-off-by: Muhammad Faisal Tariq (cherry picked from commit 2dbf28bcfd99bebdf44892ccc375c9c94cdd86e5) --- docs/source/enable_cc_lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/enable_cc_lifecycle.md b/docs/source/enable_cc_lifecycle.md index 6185ef1b5fd..b58c644b136 100644 --- a/docs/source/enable_cc_lifecycle.md +++ b/docs/source/enable_cc_lifecycle.md @@ -231,7 +231,7 @@ Once you have the environment variables set, navigate to [Step 1: Pull and trans Once you have a `modified_config.json`, add the ACLs (as listed in `enable_lifecycle.json`) using this command: ``` -jq -s '.[0] * {"channel_group":{"groups":{"Application": {"values": {"ACLs": {"value": {"acls": .[1].acls}}}}}}}' config.json ./scripts/policies.json > modified_config.json +jq -s '.[0] * {"channel_group":{"groups":{"Application": {"values": {"ACLs": {"value": {"acls": .[1].acls}}}}}}}' config.json ./enable_lifecycle.json > modified_config.json ``` Then, follow the steps at [Step 3: Re-encode and submit the config](./config_update.html#step-3-re-encode-and-submit-the-config).