Self hosted Postgres DB supporting external authentication #11199
Replies: 2 comments 2 replies
-
|
Based on the available documentation, Langfuse's PostgreSQL configuration appears to support only traditional username/password authentication methods. The documentation shows configuration using either direct credentials or Kubernetes secrets containing username and password(1)(2). For external PostgreSQL instances like AWS RDS, the documented approaches are:
The documentation does not explicitly mention support for IAM authentication or dynamic credential providers like HashiCorp Vault for PostgreSQL connections. The configuration examples consistently show static username/password combinations(1)(4)(2). However, you could potentially work around this by:
For a definitive answer on whether IAM authentication or Vault-managed credentials are supported, I recommend checking these potentially helpful sources or reaching out to the Langfuse team directly: Would you like a general answer based on my broader knowledge instead? 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jannikmaierhoefer : It was to a certain extent, but still we wanted to clarify if self hosted Langfuse Postgres instance (AWS Aurora Postgres) user and password supports external authentication, as our organization practice is to go with IAM authentication or externally managed dynamic credentials (Eg: using Hashicorp Vault). Is this doable? Based on inkeep's response, looks like only credentials with local authentication or Kubernetes secrets is supported. Is that correct? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your question
Hi,
As we are going with self hosted Postgres instance (RDS Postgres) and we want to setup external authentication to connect to this Postgres instance, can we go with IAM authentication or externally managed dynamic credentials (Eg: using Vault) OR should we only use local authentication username and password?
Want to know if external authentication is supported for Postgres user or only internal authentication is supported.
Please clarify. Thanks!
Langfuse Cloud or Self-Hosted?
Self-Hosted
If Self-Hosted
No response
If Langfuse Cloud
No response
SDK and integration versions
No response
Pre-Submission Checklist
Beta Was this translation helpful? Give feedback.
All reactions