W
Windmillโ€ข13mo ago
Nacki

hello ๐Ÿ™‚ trying out windmill and my

hello ๐Ÿ™‚ trying out windmill and my usecase is email automation. I'm following the gmail integration video at https://docs.windmill.dev/docs/integrations/gmail, where the gmail integration shows up as a "OAuth API" in the example video provided, however on my local instance with docker-compose, the gmail integration is in the "Non OAuth" category. I have added OAuth support for gmail, for instance I can login to my local instance using my gmail with a OAuth 2.0 client I setup on gcloud and configred with "oauth.json" for the docker setup. I'm running the most recent images as of writing this message. Expanding on that, there is not a single OAuth resource in my local instance, it looks like "image.png" attached. Am I missing some configuration step or setting? A pointer to docs for this would be awesome, as I seemingly can't find the correct thing to do in order to enable this ๐Ÿ™‚
No description
2 Replies
Nacki
Nackiโ€ข13mo ago
hmm just found https://github.com/windmill-labs/windmill/blob/main/backend/oauth_connect.json as of writing this by searching for "oauth" on github, going to try that out ๐Ÿ™‚
GitHub
windmill/oauth_connect.json at main ยท windmill-labs/windmill
Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool. - windmill/oauth_connect.json at main ยท windmill-labs/windmill
Nacki
Nackiโ€ข13mo ago
yeah that solved it, cheers