diff --git a/docs/app/parent-child.adoc b/docs/app/parent-child.adoc index 28fbcae..0ac13d1 100644 --- a/docs/app/parent-child.adoc +++ b/docs/app/parent-child.adoc @@ -181,3 +181,8 @@ parent: - RUNNER_STOPPED - RUNNER_REMOVED ---- + +==== Filtering Events Based on Commands +There is a Command Publishing Blocklist that allows commands to be added to the list through the UI found in the admin section of the navigation bar under Command Publishing Blocklist. Any events involving requests for commands in the blocklist will be filtered out and not sent to the parent. + +WARNING: Once a command has been added to the blocklist, tasking status will no longer be available on the parent garden. If a blocked command is tasked through the parent garden, the request will still be forwarded to the child and executed. However, the parent will always show a status of CREATED, as the child will no longer be publishing task updates back up to the parent.