Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move debug tracing into the Check request and response #95

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

josephschorr
Copy link
Member

No description provided.

ecordell
ecordell previously approved these changes Mar 13, 2024
@@ -358,6 +364,9 @@ message CheckPermissionResponse {

// partial_caveat_info holds information of a partially-evaluated caveated response
PartialCaveatInfo partial_caveat_info = 3 [ (validate.rules).message.required = false ];

// debug_trace is the debuggin trace of this check, if requested.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// debug_trace is the debuggin trace of this check, if requested.
// debug_trace is the debugging trace of this check, if requested.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@josephschorr josephschorr merged commit 9ba37ce into authzed:main Mar 13, 2024
2 checks passed
@josephschorr josephschorr deleted the debug-trace branch March 13, 2024 20:10
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants