[docs] Update glossary - daily scan#46204
Merged
Merged
Conversation
Add excluded-env frontmatter field definition introduced in fix: exclude job-output credential env vars from agent sandbox (#46076). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Jul 17, 2026
Contributor
Author
|
🎉 This pull request is included in a new release. Release: |
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\n\nAdds a glossary entry for the
excluded-envfrontmatter field.\n\n### Changes\n\n**docs/src/content/docs/reference/glossary.md** (+12 lines)\n\n- New entry: Excluded Env (excluded-env) — documents a top-level frontmatter field that lists environment variable names to unconditionally exclude from the AWF agent container via--exclude-env.\n- Explains the use case: variables set from sources the compiler cannot automatically detect as credential-bearing (e.g., aworkflow_dispatchinput carrying an ephemeral token from an upstream job).\n- Notes that names are deduplicated and merged with those auto-detected fromsecrets.*andneeds.*.outputs.*references.\n- Includes a code example (aw wrapblock) and a cross-reference to the Sandbox Configuration page.\n\n### Scope\n\n| Area | Impact |\n|---|---|\n| Documentation | Glossary reference update |\n| Runtime behaviour | None |\n| Breaking changes | None |\n\n### Commits\n\n-5470cc838docs: update glossary - daily scan 2026-07-17\n