cloudflare / cfssl

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

Goose database migration tool #716

Open CtrlC-Root opened 7 years ago

CtrlC-Root commented 7 years ago

I was just wondering if you are still using the https://bitbucket.org/liamstask/goose version of Goose in production? It seems that project is dead and as far as I can tell there's no clear successor among the existing forks. If you are still using it would you consider adding it to the vendored libraries?

gautaz commented 6 years ago

Looking at goose "successors" lately, I've found that https://github.com/pressly/goose seems the most maintained. But as far as I can tell, it feels like it's still a one man based effort.

CtrlC-Root commented 6 years ago

So I was only using Goose so I could run CouldFlare's cfssl tool (https://github.com/cloudflare/cfssl). I recently discovered that Hasicorp's Vault (https://www.vaultproject.io/) can do everything cfssl can do using a few plugins and I intend to switch to it. I wanted to post that here in case that's why others are building and using Goose. If you're using it for something else obviously this won't help.

EDIT: Whoops, didn't realize this was on the cfssl repository. Well, most of my comment still applies.

gautaz commented 6 years ago

@CtrlC-Root Strangely, I was also considering the shift to vault. The only thing that is missing is the OCSP responder but the Vault Team considers it a bad practice.

I have asked for a more detailed explanation on this particular point yesterday: https://github.com/hashicorp/vault/issues/2631#issuecomment-339567892