Add support to include a request_reason
with the X-Goog-Request-Reason
system parameter header
#412
Labels
enhancement
New feature or request
TL;DR
It would be very useful for auditing and tracking if we were able to specify a
request_reason
input paramater that is included with every API request in theX-Goog-Request-Reason
.Users would also be able to dynamically generate this parameter based on the context of the workflow run or outputs from previous steps.
Detailed design
Additional information
Additional discussion points
Should a default
request_reason
be provided if none is supplied by the user?I often like to include the GitHub actions run/job URL and I think it's a reasonable default, but other might differ.
The text was updated successfully, but these errors were encountered: