Skip to content

Commit

Permalink
Add documentation for command blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
west270 committed Nov 4, 2022
1 parent 4a298d6 commit 9f3256f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/app/parent-child.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,11 @@ 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. 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.

0 comments on commit 9f3256f

Please sign in to comment.