Paxa / postbird

Open source PostgreSQL GUI client for macOS, Linux and Windows
MIT License
1.55k stars 124 forks source link

Credential Storage Format #19

Open josegonzalez opened 7 years ago

josegonzalez commented 7 years ago

At work, we use a tool called Vault to provision expiring credentials to users. It would be great to have some sort of api or a spec for the storage format so we could automatically update the postbird credentials for postgres.

Paxa commented 7 years ago

It uses browsers' localStorage right now, what format you wish to have? JSON?

josegonzalez commented 7 years ago

Well something we can modify by manipulating a file on disk or calling a cli tool would be ideal.

Paxa commented 7 years ago

Ok, will add to roadmap.

Currently can only do this:

open postgres://user:pass@localhost/dbname