storage "s3" {
bucket = "my-vault-bucket"
region = "us-east-1"
}
ui = true
listener "tcp" {
address = "127.0.0.1:8200"
tls_disable = 1
}
vault operator init -key-shares=1 -key-threshold=1
$ vault status
Key Value
--- -----
Seal Type shamir
Initialized true
Sealed false
Total Shares 1
Threshold 1
Version 0.11.2
Cluster Name vault-cluster-fa28d508
Cluster ID fbaff561-b1a8-e8b5-2e34-77f967f651ce
HA Enabled false--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/b60f8144-ad7e-44b8-8eff-afe0e674b158%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/CAM6U7_MjeT-m-t%2BcfErLW66FVRyTegMOijf7b7wwtptoU7J4yQ%40mail.gmail.com.
Hmm, the docs at https://www.vaultproject.io/docs/configuration/ui/index.html also omit the trailing slash. Docs error?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/437ba418-16ef-4fb5-8e39-b492bdde5e0b%40googlegroups.com.