mongodb / vault-plugin-secrets-mongodbatlas

ARCHIVED - Hashicorp Vault MongoDB Atlas Secrets Engine - Now hosted at https://github.com/hashicorp/vault-plugin-secrets-mongodbatlas/
Mozilla Public License 2.0
15 stars 11 forks source link

no Go files in /go/src/github.com/mongodb/vault-plugin-secrets-mongodbatlas #25

Closed heprotecbuthealsoattac closed 4 years ago

heprotecbuthealsoattac commented 4 years ago

Hi, any hints how to fix the thing below?

~ # go get github.com/mongodb/vault-plugin-secrets-mongodbatlas
package github.com/mongodb/vault-plugin-secrets-mongodbatlas: no Go files in /go/src/github.com/mongodb/vault-plugin-secrets-mongodbatlas
heprotecbuthealsoattac commented 4 years ago

If I run:

go get -v github.com/mongodb/vault-plugin-secrets-mongodbatlas/...

it produces the binary that I'm after but returns non-zer exit code.

themantissa commented 4 years ago

@heprotecbuthealsoattac wanted to let you know this work is now included in the 1.4Beta1 version of Vault released by HashiCorp and will be in the GA 1.4 Vault version. I'll close this PR as you won't need to build this on your own now. Thank you!