Seth Vargo

Results 200 comments of Seth Vargo

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...

Hey @threat-punter - any luck after those various changes?

It should be sts.googleapis.com

Hi @yuvalshilo - have you tried setting `region` to a comma-separated list of values? If that doesn't work, please provide the GitHub Actions debug logs.

Hi there - could you please provide the [debug output](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging) for the complete GitHub Actions workflow run?

Closing due to inactivity.

I'm not sure I understand. Why can't you just log within the callback function using your own logged? ```go if err := retry.DoValue(ctx, b, func(ctx context.Context) (string, error) { if...

> It will say that we are retrying, but in reality we give up and return an error. Only log if `stop` is false. Wouldn't that avoid the issue?

(If this isn't helpful, feel free to disregard...) My brain doesn't really consider "splits" or "tabs" to be "windows": - Windows: ![window](https://github.com/user-attachments/assets/8ce546db-79ca-4869-9871-4e17f00e5a6f) - Tabs: ![tab](https://github.com/user-attachments/assets/3e38a53a-ad11-46eb-a124-16661e3b34bb) - Splits (example is horizontal,...

Hi @mudassarzahid did @maxrinal's suggestion work?