Hi all, the flyte setup I'm working with has `OIDC...
# ask-the-community
e
Hi all, the flyte setup I'm working with has
OIDC
userAuth
(and
Self
appAuth
if it's relevant), meaning any time I want to register a workflow or list a resource with flyte a browser window gets opened to complete the auth flow. I'm trying to set up a service that will be able to run workflows but won't have access to a browser. I was looking around the authentication page in the docs but I don't really understand which
clientId
/
clientSecret
does it refer to in my case. Has anyone set this up before?
y
copy paste the flytepropeller section in self auth basically. change the secret/id of course, but yeah it’s just that. you’re basically mocking propeller
there’s a bcrypt command you need somewhere.
e
thanks, I'll try that 🙂
150 Views