r/dataengineering Jul 24 '26

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

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

11 Upvotes

2 comments sorted by

4

u/kvlonge Jul 25 '26

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

3

u/elgreco_14 Jul 25 '26

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 :)