Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New packages for v1 & v2 engine #13

Merged
merged 5 commits into from
Jan 11, 2022
Merged

New packages for v1 & v2 engine #13

merged 5 commits into from
Jan 11, 2022

Conversation

tbeaugrand
Copy link
Contributor

No description provided.

jawher and others added 4 commits December 7, 2021 12:10
lib-vault depends on `github.com/hashicorp/vault` for test purproses.

However, according the vault maintiners (hashicorp/vault#9575 (comment))

> No one should be importing github.com/hashicorp/vault, only the api and sdk modules. The top-level vault module is not intended to be a dependency for other projects, we're using go.mod solely to manage our own dependencies here.

Also, the current referenced vault version has critical CVEs, and we are unable to upgrade it:

Some failed trials:

```
❯ go get -u github.com/hashicorp/vault
go get: github.com/hashicorp/vault@v1.9.0 requires
	github.com/hashicorp/vault/api/auth/approle@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
```

```
go get  github.com/hashicorp/vault@v1.8.5
go: downloading github.com/hashicorp/go-secure-stdlib/base62 v0.1.1
go: downloading github.com/hashicorp/go-secure-stdlib/password v0.1.1
go: downloading github.com/evanphx/json-patch/v5 v5.5.0
go: downloading github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.1
github.com/hashicorp/vault imports
	github.com/hashicorp/vault/command imports
	github.com/hashicorp/vault/builtin/credential/aws imports
	github.com/hashicorp/vault/sdk/helper/awsutil: cannot find module providing package github.com/hashicorp/vault/sdk/helper/awsutil
```
@jawher
Copy link
Contributor

jawher commented Dec 15, 2021

Need explanations 😬

Genre dans le readme peut être ? histoire de comprendre comment les gens sont censés utilisés ce repo avec les 3 packages libvault, v1 et v2 ?

@tbeaugrand
Copy link
Contributor Author

Oui c'est prévu, je voulais déjà valider avec toi

@elagree
Copy link

elagree commented Jan 11, 2022

A description would be great ;)

@tbeaugrand tbeaugrand merged commit 9800d4d into main Jan 11, 2022
@tbeaugrand tbeaugrand deleted the newPackages branch January 11, 2022 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants