bitsy-ai / printnanny-os

Image repository, change logs, and issue tracking for PrintNanny OS
GNU Affero General Public License v3.0
23 stars 2 forks source link

Windmill Oauth endpoints #259

Closed leigh-johnson closed 1 year ago

leigh-johnson commented 1 year ago

Describe your Request We want to give PrintNanny Cloud users a way to log into https://flow.printnanny.ai without having to maintain a separate account/password.

Luckily, Windmill has an Oauth connector. Sweet!

Sanity check the following: to make sure we get the scoping right:

leigh-johnson commented 1 year ago

Nice, I've now got a PrintNanny identity provider hooked up to a local development installation of windmill.

Deploying this setup to prod next! Screenshot from 2023-02-10 10-26-43

leigh-johnson commented 1 year ago

:boom: BOOM we now have an OpenID identity + resource provider for the PrintNanny, so you can log into https://flow.printnanny.ai/ and create workflows using PrintNanny's API.

I'm going to try out some simple alerting flows next.

Screenshot from 2023-02-10 13-25-17

leigh-johnson commented 1 year ago

✔️ Closing, this is done.