Hi there,
I hacked a small wrapper around Boundary and PgBouncer to allow people the integration of Boundary into their workflows (IDEs, database tools etc.).
This is a very specific implementation but maybe it is helpful to others as well
The covered use case:
- You have internal PostgreSQL databases
- You connect to them via HashiCorp Boundary
- You are using OIDC for AuthZ and AuthN
- You are using HashiCorp Vault integration in Boundary to provide dynamic credentials
- You want to use this setup from an IDE or other database tooling
The project: GitHub - sigterm-de/pgboundary: A wrapper around boundary and pgbouncer CLI for integration into IDE/database tooling
Cheers, Daniel