Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credential Storage Format #19

Open
josegonzalez opened this issue Aug 16, 2017 · 3 comments
Open

Credential Storage Format #19

josegonzalez opened this issue Aug 16, 2017 · 3 comments

Comments

@josegonzalez
Copy link

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
Copy link
Owner

Paxa commented Aug 17, 2017

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

@josegonzalez
Copy link
Author

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

@Paxa
Copy link
Owner

Paxa commented Aug 17, 2017

Ok, will add to roadmap.

Currently can only do this:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants