首页 > Web开发 > 详细

Vault 0.10包含了web ui

时间:2018-09-28 10:18:00      阅读:178      评论:0      收藏:0      [点我收藏+]

Vault 是一个很不错的访问控制,secret api key 管理工具
新的0.10 有好多新的功能的添加,最棒的是有一个web ui 了
包含的新特性如下:

  • K/V Secrets Engine v2 with Secret Versioning: Vault‘s Key-Value Secrets Engine now supports additional features, including secret versioning and check-and-set operations.
  • Open Source Vault Web UI: The previously Enterprise-only UI has been made open source and is now released in all versions of Vault along with many enhancements.
  • Root DB Credential Rotation: Root/admin credentials for databases controlled by Vault‘s Combined DB secrets engine can now be securely rotated with only Vault knowing the new credentials.
  • Azure Auth Method: Azure Machines can now log into Vault via their Azure Active Directory credentials.
  • GCP Secrets Engine: Vault can now create dynamic IAM credentials for accessing Google Cloud Platform environments.

安装

mac os

  • 下载
wget https://releases.hashicorp.com/vault/0.11.1/vault_0.11.1_darwin_amd64.zip
  • 启动
./vault server --dev
  • 启动效果
    技术分享图片
    登陆token从控制台获取
    技术分享图片
    技术分享图片
    技术分享图片

参考资料

https://www.hashicorp.com/blog/vault-0-10/

Vault 0.10包含了web ui

原文:https://www.cnblogs.com/rongfengliang/p/9716733.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!