aertje / cloud-tasks-emulator

Google cloud tasks emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Authorization Header

dino-rodriguez opened this issue · comments

I have configured the cloud tasks emulator using Docker, and it is successfully able to communicate with my server. I followed the Python example specified below.

However, when I check the contents of the Authorization header, they are None. It looks like it is not appending the ODIC token as Bearer auth. When I use google cloud tasks this works as expected.

Ah nevermind. I needed to specify a service account.