Skip to content

Commit

Permalink
Update enable_cc_lifecycle.md
Browse files Browse the repository at this point in the history
While editing channel ACLs the configurations should be injected using the file enable_lifecycle.json

Signed-off-by: Muhammad Faisal Tariq <mfaisaltariq@gmail.com>
(cherry picked from commit 2dbf28b)
  • Loading branch information
mfaisaltariq authored and mergify[bot] committed May 1, 2020
1 parent bde493c commit d1e1cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/enable_cc_lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit d1e1cbd

Please sign in to comment.