You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the enhancement
Currently the OIDC token retrieved from getIDToken has an expiry of 5 mins. This is generally insufficient for some jobs that we want to run, in particular Docker building jobs when used a mechanism for Workload Identity Federation for the purposes of Docker authentication.
Can we specify how long the expiry of the token is? Getting at least 10 minutes would be ideal for our use case.