Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578670 - app-admin/vault-0.5.2: version bump
Summary: app-admin/vault-0.5.2: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2016-03-31 09:24 UTC by Max Lekomcev
Modified: 2016-04-03 23:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Lekomcev 2016-03-31 09:24:18 UTC
Version in current portage (0.4.1) is old. 
As of today the latest version is 0.5.2.
https://www.vaultproject.io/downloads.html

--
Comment 1 Zac Medico gentoo-dev 2016-04-03 23:32:17 UTC
Thanks, this is in git now:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5054a5e3d651e02f31e4571bac1dd0ad7fd64b7a

When trying to initialize vault, I experienced this problem:

$ vault init
Error initializing Vault: Put https://127.0.0.1:8200/v1/sys/init: http: server gave HTTP response to HTTPS client

The problem is solved by using -address http://127.0.0.1:8200 or using VAULT_ADDR=http://127.0.0.1:8200 environment variable.