【发布时间】:2019-07-20 04:51:43
【问题描述】:
我一直在关注 Hashicorp 保险库教程,但在我的环境中看起来有些不同。例如,在本教程中,每当我们创建令牌时,令牌看起来就像一个 UUID。
https://www.vaultproject.io/docs/commands/token/create.html
95eba8ed-f6fc-958a-f490-c7fd0eda5e9e
但在我的系统中并非如此。
vault token create -ttl 5m
Key Value
--- -----
token s.Cis96Ler69uhmW6EyH4VYf6o
token_accessor DlgCcsP7qn6hyfdR8S8ULjRp
token_duration 5m
token_renewable true
token_policies ["root"]
identity_policies []
policies ["root"]
我错过了什么配置?与 s.xxxxx 相比,使用 UUID 格式有什么好处吗?
我在 MacOS 上使用 Vault v1.0.2 ('37a1dc9c477c1c68c022d2084550f25bf20cac33')
【问题讨论】:
标签: hashicorp-vault