[docs] Update glossary - daily scan#33278
Merged
Merged
Conversation
Add Network Allowed Input term from recent workflow_call enhancement 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.
Summary
Documentation update adding glossary entry for the Network Allowed Input (
network.allowed-input) feature, which enables reusable workflows to accept runtime network allowlist extensions.Changes
Documentation
docs/src/content/docs/reference/glossary.md(modified)network.allowed-input)"network.allowed-inputopt-in frontmatter flag forworkflow_callworkflowsnetwork_allowedinput parameterImpact Assessment
This is an additive documentation change describing a new feature capability. No existing APIs, configuration keys, or behavior is modified.
Testing Considerations
Related Files
docs/src/content/docs/reference/glossary.mdCommit Reference
0b0d60797— [docs] Update glossary - daily scanFor Agentic Analysis: This PR introduces documentation for a new opt-in feature (
network.allowed-input) that extends the existing network allowlist functionality. The feature allowsworkflow_callworkflows to expose anetwork_allowedinput parameter, enabling callers to pass comma-separated ecosystem identifiers or domains to extend the network allowlist at runtime. No code changes or breaking modifications are included in this PR.