cloudflare / cfssl

CFSSL: Cloudflare's PKI and TLS toolkit
https://cfssl.org/
BSD 2-Clause "Simplified" License
8.74k stars 1.11k forks source link

Extend db drivers: rethinkdb #836

Open CMogilko opened 6 years ago

CMogilko commented 6 years ago

Hi, What do you think about adding support for more db drivers? I'm thinking about making PR with rethinkdb support. As I understand, it's needed only to implement Accessor because rethinkdb is not a sql database. My project doesn't use any of sql databases so I don't want it only because of CA. It will be nice if cfssl could use rethinkdb (and maybe other nosql databases). Are there any chances that such PR can be accepted?

kisom commented 6 years ago

@CMogilko we'd be open to such a PR.