-
Notifications
You must be signed in to change notification settings - Fork 195
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
Cannot find request_reason in Cloud Audit Logs #446
Comments
Hi there @threat-punter 👋! Thank you for opening an issue. Our team will triage this as soon as we can. Please take a moment to review the troubleshooting steps which lists common error messages and their resolution steps. |
Hi @threat-punter - can you attach the debug logs? That will help me see whether the header is actually being set on the appropriate API call. Have you enabled CAL and DAL? |
Hey @threat-punter - any luck after those various changes? |
I see I'm not sure what Data Access audit log setting(s) to enable though so that this is logged in my Google Cloud project. 🤔 |
It should be sts.googleapis.com |
I'll try and find the appropriate setting(s) and report back here. Cheers |
TL;DR
I configured this GitHub Action with a
request_reason
value, but cannot find it in any events in Cloud Audit Logs.Expected behavior
I set a value for
request_reason
in my GitHub Actions workflow file and validated that authentication works successfully.I can't find the
request_reason
field or the value that I set in any my Cloud Audit Logs. Do you know where this should be logged? Do you have an example query I can use in Logs Explorer to find the events?auth/README.md
Lines 287 to 291 in c8788cc
Observed behavior
Unable to find
request_reason
or the value that I set in any of my Cloud Audit Logs after the GitHub Action authenticates successfully.Action YAML
The text was updated successfully, but these errors were encountered: