无法从 Vault 中解封数据

Not able to unseal data from Vault

我正在尝试试验 Vault HarshiCorp。 我使用的版本是 Vault v0.11.0:

开始记录如下

         Api Address: https://ldndsr000004893:8200
                 Cgo: disabled
     Cluster Address: https://ldndsr000004893:8201
          Listener 1: tcp (addr: "ldndsr000004893:8200", cluster address: "10.75.40.30:8201", max_request_duration: "1m30s", max_request_size: "33554432", tls: "disabled")
           Log Level: info
               Mlock: supported: true, enabled: false
             Storage: file
             Version: Vault v0.11.0
         Version Sha: 87492f9258e0227f3717e3883c6a8be5716bf56

服务器配置如下:

listener "tcp" {
  address = "ldndsr000004893:8200"
  scheme = "http"
  tls_disable = 1
}
#storage "inmem" {
#}
#storage "zookeeper" {
#  address = "localhost:2182"
#  path    = "vault/"
#}
storage "file" {
  path = "/app/iag/phoenix/vault/data"
}
# Advertise the non-loopback interface
api_addr = "https://ldndsr000004893:8200"
disable_mlock = true
ui=true

我已经将键值对的数量输入到保险库中,并且能够使用保险柜命令行正常检索数据。但可以肯定的是它停止工作并且无法从 UI 和命令行中解封数据。

UI 错误:

关于这个问题的任何建议,因为我将使用 Vault 来存储所有凭据信息。

原来是 Vault UI 运行 在 chrome 浏览时出现问题。 我必须用 incognito windows 打开一个新的 window 并且在我输入令牌后它显示 sign in window Vault got unsealed