PodCreate oauthTokenProvider should either work with the io.kestra.plugin.gcp.auth.OauthAccessToken task or be deprecated for removal.
Actual Behaviour
PodCreate oauthTokenProvider didn't work with the io.kestra.plugin.gcp.auth.OauthAccessToken task.
It may be caused by the fact that now we encrypt the token and the oauthTokenProvider may not be able to decrypt it.
We should either:
make it work
deprecate for removal the property, after all, adding the task before is not a lot more complex and executing a task inside another task is not a good idea as not everything that are supported at the task level will be supported (worker group, retry, ...).
It has been reported in 0.15 but is may be still the case on recent version.
Expected Behavior
PodCreate
oauthTokenProvider
should either work with the io.kestra.plugin.gcp.auth.OauthAccessToken task or be deprecated for removal.Actual Behaviour
PodCreate
oauthTokenProvider
didn't work with the io.kestra.plugin.gcp.auth.OauthAccessToken task. It may be caused by the fact that now we encrypt the token and the oauthTokenProvider may not be able to decrypt it.We should either:
It has been reported in 0.15 but is may be still the case on recent version.
Steps To Reproduce
No response
Environment Information
Example flow
No response