Re: Aurora postgres passwordless DB

2025-10-18 Thread Dmitri Bourlatchkov
To sync up with GH, here's the Aurora PR: https://github.com/apache/polaris/pull/2650 Kudos to Fabio for implementing it. Cheers, Dmitri. On 2025/09/08 12:16:22 "Rizzo Cascio, Fabio" wrote: > Hi guys, > > I was trying to create use the helm chart and new image to deploy Polaris in > our clust

Re: Aurora postgres passwordless DB

2025-10-18 Thread Dmitri Bourlatchkov
Hi Yufei, Would you be ok with making doc changes in a follow-up PR? Thanks, Dmitri. On Thu, Sep 25, 2025 at 8:06 PM Dmitri Bourlatchkov wrote: > Hi Yufei, > > We discussed docs in GH comments. I believe the plan is to make doc > changes in a separate PR. > > Cheers, > Dmitri. > > On Thu, Sep

Re: Aurora postgres passwordless DB

2025-09-26 Thread Dmitri Bourlatchkov
Hi Yufei, application.property changes in PR [2650] look quite reasonable to me. They are the main purpose of this PR, which is to enable connecting to Aurora DB for users that want to do that. I do not see how it can have any adverse effects on existing users that do not want to use Aurora DB.

Re: Aurora postgres passwordless DB

2025-09-26 Thread Yufei Gu
Hi Dimitri, thanks for keeping me in the loop. Thanks a lot Fabio for keeping working on it. Just copied my reply in the PR. I'm good with a follow-up doc PR. In that case, I suggest we remove the > configuration changes from both application.properties files. We add a new > jdbc connection optio

Re: Aurora postgres passwordless DB

2025-09-25 Thread Dmitri Bourlatchkov
Hi Yufei, We discussed docs in GH comments. I believe the plan is to make doc changes in a separate PR. Cheers, Dmitri. On Thu, Sep 25, 2025 at 7:28 PM Yufei Gu wrote: > Hi Dmitri, Thanks for the heads up! Appreciate the review. > Hi Fabio, I appreciate it for working on this. The PR LGTM over

Re: Aurora postgres passwordless DB

2025-09-25 Thread Yufei Gu
Hi Dmitri, Thanks for the heads up! Appreciate the review. Hi Fabio, I appreciate it for working on this. The PR LGTM overall. I think it'd add more values to present as a formal doc instead of comments in application.properties. Let me know if any help is required. Yufei On Thu, Sep 25, 2025 at

Re: Aurora postgres passwordless DB

2025-09-25 Thread Dmitri Bourlatchkov
Heads up: the PR LGTM. If no concerns are raised, I propose to merge on Sept 26. Cheers, Dmitri. On 2025/09/23 22:50:57 Dmitri Bourlatchkov wrote: > To sync up with GH, here's the Aurora PR: > https://github.com/apache/polaris/pull/2650 > > Kudos to Fabio for implementing it. > > Cheers, > Dm

Re: [EXTERNAL]Re: Aurora postgres passwordless DB

2025-09-17 Thread Rizzo Cascio, Fabio
i Bourlatchkov Date: Monday, 8 September 2025 at 15:02 To: [email protected] Subject: [EXTERNAL]Re: Aurora postgres passwordless DB Hi Fabio, Polaris relies on Quarkus for JDBC datasource management [1]. By "passwordless" do you mean authentication based on the client's S

Re: [EXTERNAL]Re: Aurora postgres passwordless DB

2025-09-12 Thread Rizzo Cascio, Fabio
password":"password","username":"username"}},"type":"relational-jdbc”} > > > > Is that correct? Am I missing something? > > > > Thanks > > > > Fabio > > > > From: Dmitri Bourlatchkov > > Date: Monday, 8 Sept

Re: Aurora postgres passwordless DB

2025-09-12 Thread Jean-Baptiste Onofré
Hi Fabio That's a good point. For instance, I tried (smoke test) with Derby and it can work because Derby just ignores the username/password properties (outside of Helm chart). But you are right, that's a more than welcome change, supporting passwordless. We love contribution/PR :) Thanks ! Reg

Re: [EXTERNAL]Re: Aurora postgres passwordless DB

2025-09-10 Thread Yufei Gu
> > Fabio > > From: Yufei Gu > Date: Tuesday, 9 September 2025 at 23:00 > To: [email protected] > Subject: Re: [EXTERNAL]Re: Aurora postgres passwordless DB > > Hi Rizzo, > > Did you check the aws-advanced-jdbc-wrapper, > https://github.com/aws/aws-advanced-jd

Re: [EXTERNAL]Re: Aurora postgres passwordless DB

2025-09-09 Thread Dmitri Bourlatchkov
> > Is that correct? Am I missing something? > > Thanks > > Fabio > > From: Dmitri Bourlatchkov > Date: Monday, 8 September 2025 at 15:02 > To: [email protected] > Subject: [EXTERNAL]Re: Aurora postgres passwordless DB > > Hi Fabio, > > Polaris

Re: [EXTERNAL]Re: Aurora postgres passwordless DB

2025-09-09 Thread Yufei Gu
;:"password","username":"username"}},"type":"relational-jdbc”} > > > > Is that correct? Am I missing something? > > > > Thanks > > > > Fabio > > > > From: Dmitri Bourlatchkov > > Date: Monday, 8 Septembe

Re: Aurora postgres passwordless DB

2025-09-08 Thread Dmitri Bourlatchkov
Hi Fabio, Polaris relies on Quarkus for JDBC datasource management [1]. By "passwordless" do you mean authentication based on the client's SSL certificate? I'd guess anything that a PostgreSQL driver can do, should be possible in Quarkus. Helm charts may need changes to expose the necessary conf

Aurora postgres passwordless DB

2025-09-08 Thread Rizzo Cascio, Fabio
Hi guys, I was trying to create use the helm chart and new image to deploy Polaris in our cluster (EKS). We can’t use username and password, from what I can see in Polaris we only support jdbc connections with username and password. What is the plan to support passwordless DBs? Thanks Fabio