Difference between revisions of "Hashicorp Vault"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 15: Line 15:
 
  vault kv put secret/hello foo=world
 
  vault kv put secret/hello foo=world
 
  Get https://127.0.0.1:8200/v1/sys/internal/ui/mounts/secret/hello: dial tcp 127.0.0.1:8200: connect: connection refused
 
  Get https://127.0.0.1:8200/v1/sys/internal/ui/mounts/secret/hello: dial tcp 127.0.0.1:8200: connect: connection refused
 +
</pre>
 +
<pre>
 +
vault kv put secret/hello foo=world
 +
Get https://127.0.0.1:8200/v1/sys/internal/ui/mounts/secret/hello: http: server gave HTTP response to HTTPS client
 
</pre>
 
</pre>
  

Revision as of 13:20, 29 March 2020

This article is a Draft. Help us to complete it.


macOS Installation

brew install vault

 To have launchd start vault now and restart at login:
  brew services start vault
Or, if you don't want/need a background service you can just run:
  vault server -dev

Commands

 vault kv put secret/hello foo=world
 Get https://127.0.0.1:8200/v1/sys/internal/ui/mounts/secret/hello: dial tcp 127.0.0.1:8200: connect: connection refused
vault kv put secret/hello foo=world
Get https://127.0.0.1:8200/v1/sys/internal/ui/mounts/secret/hello: http: server gave HTTP response to HTTPS client

Changelog

2015

https://github.com/hashicorp/vault/blob/master/CHANGELOG.md


https://www.hashicorp.com/blog/vault-1-3/

vault debug (1.3)


  • Raft Storage Backend
  • Support for storing Vault data in within Oracle Cloud Infrastructure Object Storage (1.3)
  • Database Static Credential Rotation (1.2)
  • InfluxDB Database Plugin (1.1)
  • Manage GCP CKMS keys from within Vault. (1.0)
  • Duo Multi-Factor Authentication (MFA) support (0.3)

See also

Advertising: