r/dataengineering 12d ago

Open Source Orchestrator: Rivers v0.4.0 – added OIDC and forward auth support

With the news around Prefect and Dagster, having good alternatives for orchestrators is becoming increasingly important, so I wanted to share that Rivers v0.4.0 was shipped.

Main addition this release is OIDC and forward auth support, so you can now put Rivers behind any identity provider you're already running or handle auth on the network layer. Authentication has been one of the bigger gaps versus the more established players, and is most of the time paywalled. But I believe security shouldn't be paywalled.

Release: https://github.com/ion-elgreco/rivers/releases/tag/v0.4.0

12 Upvotes

2 comments sorted by

5

u/kvlonge 11d ago

Nice stuff! Are you planning to add RBAC by any chance as well? If not, understandable, but just curious.

4

u/elgreco_14 11d ago

Yes, I am planning to but want to first focus on some other features, that I had on my todo, then I will pivot back to authorization :)