do-operator icon indicating copy to clipboard operation
do-operator copied to clipboard

Add URIs to connection information

Open halkeye opened this issue 1 year ago • 2 comments

Some applications like to have connection strings which isn't really possible to build with the current implementation, so take in the cluster connection string, and replace the user information with the user

https://github.com/digitalocean/do-operator/issues/37

halkeye avatar Feb 22 '24 17:02 halkeye

Is there something specific preventing this from being merged?

ties-s avatar Jan 22 '25 10:01 ties-s

So i used it for a bit. It mostly works but not always. I forgot what broke for me. I think the fact that its only the same db every time?

I switched to https://github.com/movetokube/postgres-operator (or my fork which adds support for do's non standard port) for managing users. It doesn't spin up new clusters though, just manages users and dbs.

halkeye avatar Jan 22 '25 17:01 halkeye