Skip to content

feat(size/XXL):Show the effective request (inherited auth, headers, and variables) on the request page - #15

Merged
arpit-bruno merged 5 commits into
usebruno:mainfrom
sachin-bruno:sachin-bruno/inherit-auth-headers-variables
Jul 29, 2026
Merged

feat(size/XXL):Show the effective request (inherited auth, headers, and variables) on the request page#15
arpit-bruno merged 5 commits into
usebruno:mainfrom
sachin-bruno:sachin-bruno/inherit-auth-headers-variables

Conversation

@sachin-bruno

Copy link
Copy Markdown
Contributor

Problem
The request page should show the complete effective request so a reader understands exactly what the request sends. Today it does not surface config the request inherits from its collection or a parent folder. Auth and headers inherited from the collection/folder are not shown, and inherited variables are not shown either. In some cases the page shows "No request configuration" even though the request does have auth (and other config) inherited from its parent. The reader ends up with an incomplete or misleading picture of the request.

Proposed Solution
On the request page, will show the effective request by including what it inherits from the nearest parent (folder, then collection), clearly labeled as inherited:

Auth inherited from the collection/folder, with an inherited label.

Headers inherited from the collection/folder, alongside the request's own.

Variables inherited from the collection/folder (pre-request and post-response), alongside the request's own.

The inherited label names the specific source, for example "Inherited from Config" or "Inherited from Collection Config", and is a clickable link that navigates to that folder or collection page.

BRU - 4004

image image

Comment thread packages/bruno-api-docs/src/utils/inheritedRows.ts Outdated
Comment thread packages/bruno-api-docs/src/components/InheritedSourceLink/InheritedAuthBadge.tsx Outdated
@arpit-bruno
arpit-bruno merged commit 02cd447 into usebruno:main Jul 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants