Re: Proposed Public OpenAPI Changes

2025-09-08 Thread Yufei Gu
Thanks for the proposal, Adnan. Returning representations from the create endpoints makes sense to me and will reduce a follow-up GET in most clients. For addGrantToCatalogRole, the grant itself is more a relationship between entities than entity itself. I understand it returns 201(Created) now,

Re: Proposed Public OpenAPI Changes

2025-09-08 Thread Alexandre Dutra
Hi Adnan, Thanks for bringing this topic to our attention. In general, for operations creating new resources, the event instrumentation logic could rely on the incoming request. E.g. for createCatalog, if the response does not contain the catalog resource, it is generally OK to grab it from the i

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