kestra-io / plugin-kubernetes

https://kestra.io/plugins/plugin-kubernetes/
Apache License 2.0
6 stars 7 forks source link

PodCreate `oauthTokenProvider` didn't work with the io.kestra.plugin.gcp.auth.OauthAccessToken task #150

Closed loicmathieu closed 1 month ago

loicmathieu commented 1 month ago

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