Re: Switch to Quarkus Security

2025-04-14 Thread Dmitri Bourlatchkov
This plan SGTM! Thanks for working on this, Alex! Cheers, Dmitri. On Mon, Apr 14, 2025 at 4:52 PM Alex Dutra wrote: > Hi all, > > A recently-reported bug [1] uncovered some serious issues with the JAX-RS > authentication filters. Fixing this bug requires replacing the incriminated > filters wit

Switch to Quarkus Security

2025-04-14 Thread Alex Dutra
Hi all, A recently-reported bug [1] uncovered some serious issues with the JAX-RS authentication filters. Fixing this bug requires replacing the incriminated filters with proper Quarkus Security mechanisms. In parallel to that, support for external identity providers has been requested many times

Re: [DISCUSS] Add In-Dev Polaris Migrator/Synchronizer Tool to apache/polaris-tools

2025-04-14 Thread Dmitri Bourlatchkov
Export / Import does not have to be at the Persistence layer. If the Admin API is expressive enough, it should be possible use it instead, I guess. Cheers, Dmitri. On Fri, Apr 11, 2025 at 9:17 PM Eric Maynard wrote: > For keeping two Polaris instances in sync, I agree that replicating at the >

Re: [DISCUSS] Add In-Dev Polaris Migrator/Synchronizer Tool to apache/polaris-tools

2025-04-14 Thread Dmitri Bourlatchkov
I agree with Ajentha's point. Treating this as export/import (via an intermediate format) will open more use cases to the admin user. The original migration from a catalog to another catalog is still possible as a sub-case of export/import. Note: I made a comment on the doc about NOT exporting s

Re: [DISCUSS] Release cycle for Spark Client

2025-04-14 Thread Dmitri Bourlatchkov
Hi Yun, > For compatibility, if the client releases along with the server, one implicit guarantee we will make [...] I do not think implicit compatibility guarantees work very well in practice. Of course, users assume that the client and the server of the server version are compatible. However,

Discussion: Re-evaluating Realm Modeling in Polaris

2025-04-14 Thread Prashant Singh
Dear Polaris Community, This email initiates a discussion regarding the modeling of Realms within the Polaris project, following its recent mention in my JDBC implementation pull request: https://github.com/apache/polaris/pull/1287/files#r2040383971. My current understanding, based on available i

Re: [DISCUSS] Add In-Dev Polaris Migrator/Synchronizer Tool to apache/polaris-tools

2025-04-14 Thread Mansehaj Singh
Hey all! Totally agree going forward that metastore level access would be much more useful and correct for replicating than the Polaris APIs, and that some sort of import/export/polaris_dump functionality would open up a greater variety of use cases in the future. I don't think these have to be mu