question though, how do I tell

question though, how do I tell Hyperdrive that the password is gonna expire after x amount of hours?
6 Replies
thomasgauvin
thomasgauvin3w ago
Is it possible to setup a non-expiring password?
dave
daveOP3w ago
Yes, but it would be nice if I didn't have to. I would prefer to be able to use Google IAM for auth We do this already for Worker -> Google Cloud Run projects, it's really nice.
thomasgauvin
thomasgauvin3w ago
thanks, so you're referring to using the temporary authentication token generated for the IAM identity? do you know what the max expiration is for one of these?
dave
daveOP3w ago
Yes, and 1 hour.
thomasgauvin
thomasgauvin3w ago
Got it, thanks
dave
daveOP3w ago
You can tell when it expires by inspecting the JWT/OIDC token.

Did you find this page helpful?