Hi everyone! Currently I'm working on a Github Act...
# ask-the-community
a
Hi everyone! Currently I'm working on a Github Actions pipeline that automatically registers remote Flyte tasks in my Kubernetes cluster. I have a script that I can run locally that uses OAuth to authenticate me and lets me register the tasks. However that's not really an option for the Github Action. So what would be the best way to register tasks using
FlyteRemote
from a Github Action into a remote Kubernetes cluster running Flyte? Is there an easier way?
y
use the client credentials flow
what’s your oauth provider?