Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
west270 committed Nov 16, 2022
1 parent 9f3256f commit df94bbe
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/app/parent-child.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,7 @@ parent:
- 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. Any events involving
requests for commands in the blocklist will be filtered out and not sent to the parent.
==== 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.

An issue with adding a command to the list will make any request for that command created on the parent garden and sent
to the child will be stuck in created on the parent garden's database since the child garden will not send the request events
corresponding to the command back 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.

0 comments on commit df94bbe

Please sign in to comment.