[workshop] Add node: Lock Down Your Agent's Network Access#1339
Closed
github-actions[bot] wants to merge 1 commit into
Closed
[workshop] Add node: Lock Down Your Agent's Network Access#1339github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Adds a new workshop node covering the network firewall feature (network.allowed-domains). Enterprise teams and security-conscious learners can use this node to restrict their agent to a declared set of outbound domains. Updates workshop/README.md and workshop/14-next-steps.md to link the new node. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
workshop/25-network-firewall.md, a new main-path node that teaches learners how to use thenetwork:frontmatter block to declare exactly which domains their agentic workflow is allowed to contact.This node extends the advanced topics branch from
14-next-steps.mdand is specifically designed for enterprise learners (GHEC/GHES teams) who need to satisfy outbound-domain security policies. It covers thedefaultsalias, domain-specific additions, and how blocked requests appear in the Actions run log.workshop/README.mdandworkshop/14-next-steps.mdare updated to link the new node.