https://flyte.org logo
#ask-the-community
Title
# ask-the-community
e

Ena Škopelja

04/07/2023, 5:02 PM
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

Yee

04/07/2023, 8:27 PM
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

Ena Škopelja

04/12/2023, 11:25 AM
thanks, I'll try that 🙂