Preventing Vendor Lock-in: Your Thoughts on IronBucket (New OSS Project) #1948
ZiggiZagga
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’m just getting started on a new project called IronBucket, and I wanted to reach out for feedback from this community since your work has been a major inspiration.
IronBucket is a zero-trust, identity-aware proxy that wraps any S3-compatible object store with Git-managed, policy-as-code access control. The idea is to bring together best practices from Project Nessie (Git-style policy branching), Apache Polaris (fine-grained RBAC/ABAC and tag-based enforcement), Unity Catalog (centralized governance and global identity awareness), and Gravitino (metadata governance object modeling for object stores).
Why am I building this?
My main motivation is to avoid vendor lock-in in the modern data ecosystem. For example, MinIO recently removed key management features from its community dashboard and made them available only on paid plans, leaving many open-source users frustrated [1] [2] [3]. Additionally, many of the emerging data catalogs and lakehouse governance solutions (like Unity Catalog and Polaris) are effectively vendor-locked to AWS S3 in their official repositories, which makes the "open" lakehouse a semi-open solution in practice.
Right now, the project is just getting started, and the README outlines the vision and some early technical directions. I’d really appreciate feedback, suggestions, or critiques from experienced folks here, especially on:
Thanks so much for your work and for any thoughts you can share!
Best,
ZiggiZagga
Beta Was this translation helpful? Give feedback.
All reactions