You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.
Error
writing data to secret/goldfish: Error making API request.
URL: PUT http://127.0.0.1:8200/v1/secret/goldfish
Code: 404. Errors:
WARNING! The following warnings were returned from Vault:
* Invalid path for a versioned K/V secrets engine. See the API docs for the
appropriate API endpoints to use. If using the Vault CLI, use 'vault kv put'
for this operation.`
Q1) Should the above command be changed to? ./vault kv put secret/goldfish DefaultSecretPath="secret/" UserTransitKey="usertransit" BulletinPath="secret/bulletins/"
Q2) After I use the command from Q1 when I insert the "wrapping token" in web UI, I get the following error message. How to fix this?
The text was updated successfully, but these errors were encountered:
vikaskedia
changed the title
Bug: Default install instructions do not work in Ubuntu 18.04
Bug: Default install instructions do not work in Ubuntu
Apr 30, 2018
Hi there. This bug seems to be caused by vault's new API in their v0.10.1 release. There's many ways to fix this, but I am on vacation at the moment and will not be able to fix this anytime soon. I likely will not be able to dedicate time to investigate until July at the earliest.
On the bright side, v0.10.1 has the open sourced official UI, which should satisfy most use cases for the time being.
Vault v0.10.1
GOLDFISH_VERSION=v0.9.0
Operating system: Ubuntu 18.04
Steps to reproduce: Step 1 -- 4th command at: https://github.com/Caiyeon/goldfish/wiki/Production-Deployment
./vault write secret/goldfish DefaultSecretPath="secret/" UserTransitKey="usertransit" BulletinPath="secret/bulletins/"
Expected behaviour: Return success
Actual behaviour: Error
Q1) Should the above command be changed to?
./vault kv put secret/goldfish DefaultSecretPath="secret/" UserTransitKey="usertransit" BulletinPath="secret/bulletins/"
Q2) After I use the command from Q1 when I insert the "wrapping token" in web UI, I get the following error message. How to fix this?
Here is the content of config.hcl
Here is the error message on the console:
The text was updated successfully, but these errors were encountered: