cfssl
cfssl copied to clipboard
Goose database migration tool
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?
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.
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.
@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
Should we just use https://github.com/pressly/goose? It looks popular and maintained. I tried it with PostgreSQL the other day and it worked fine. I can open a PR to update documentation/instructions.