zoukankan      html  css  js  c++  java
  • Vault 0.10包含了web ui

    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/

  • 相关阅读:
    数组塌陷现象
    深浅拷贝的区别
    冒泡排序,选择排序的应用
    JavaScript双重循环的嵌套
    Css Grid网格布局
    css3动画详细介绍
    Python tkinter Label Widget relief upload image
    XXXFD
    XXX1
    Python爬取一个简单网页的HTML代码
  • 原文地址:https://www.cnblogs.com/rongfengliang/p/9716733.html
Copyright © 2011-2022 走看看