aertje / cloud-tasks-emulator

Google cloud tasks emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom OIDC audience parameter

davidspiess opened this issue · comments

Right now the emulators OIDC audience parameter is always set to the current handler url.
In the cloud task client libraries it is possible to overwrite this value with a custom value, for example:

image

Would it be possible to take this parameter into account when it was provided?
It is documented here:
https://cloud.google.com/tasks/docs/reference/rpc/google.cloud.tasks.v2#oidctoken

This functionality has been implemented.