Skip to content

Commit

Permalink
#95 - Added documentation for command blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-taubman authored Nov 16, 2022
2 parents 4a298d6 + df94bbe commit fa6d72f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/app/parent-child.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit fa6d72f

Please sign in to comment.