I meant in AWS being able to use IAM authentication instead of username and 
password.

I did a bit of digging and deployed Polaris and Postgres in Minikube.
For what I can see, Polaris in order to connect to Postgres needs the 
connection details in a k8 secret file.
This is the object 
{"relationalJdbc":{"secret":{"jdbcUrl":"jdbcUrl","name":null,"password":"password","username":"username"}},"type":"relational-jdbc”}

Is that correct? Am I missing something?

Thanks

Fabio

From: Dmitri Bourlatchkov <di...@apache.org>
Date: Monday, 8 September 2025 at 15:02
To: dev@polaris.apache.org <dev@polaris.apache.org>
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 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 config.

[1] https://quarkus.io/guides/datasource

Cheers,
Dmitri.

On Mon, Sep 8, 2025 at 8:18 AM Rizzo Cascio, Fabio
<fabio.rizzocas...@jpmorgan.com.invalid> wrote:

> 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
>
> This message is confidential and subject to terms at:
> https://www.jpmorgan.com/emaildisclaimer including on confidential,
> privileged or legal entity information, malicious content and monitoring of
> electronic messages. If you are not the intended recipient, please delete
> this message and notify the sender immediately. Any unauthorized use is
> strictly prohibited.
>

This message is confidential and subject to terms at: 
https://www.jpmorgan.com/emaildisclaimer including on confidential, privileged 
or legal entity information, malicious content and monitoring of electronic 
messages. If you are not the intended recipient, please delete this message and 
notify the sender immediately. Any unauthorized use is strictly prohibited.

Reply via email to