fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 214 forks source link

Allow for custom backends #11

Open gautamk opened 9 years ago

gautamk commented 9 years ago

It would be nice to have the ability to use custom backends to store and retrieve data such as etcd, redis and mysql.

l8nite commented 8 years ago

:+1: Consul support would be awesome

DanyC97 commented 8 years ago

@gautamk for my own curiosity you basically would like to drop the DDB and replace with any of the tools mentioned?

If so, what would that give you vs DDB which is provided aaS and integrated with IAM ?

gautamk commented 8 years ago

@DanyC97 Its not that DDB is inadequate its just that when I posted this feature request DDB wasn't a viable back-end for us to use. We already had a few MySQL and Redis servers running and it would've been easier for me to convince my peers to adopt this with MySQL or Redis than with DDB

DanyC97 commented 8 years ago

@gautamk ah i see, thx for response

artburkart commented 6 years ago

I think this might be resolved when https://github.com/fugue/credstash/pull/144 is merged.