-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b852dc
commit 817e9b1
Showing
4 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# This image have no latest | ||
W9_VERSION=1.13.3 | ||
W9_DIST=community | ||
W9_REPO=vault | ||
W9_REPO=hashicorp/vault | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_ID=vault | ||
W9_HTTP_PORT=8200 | ||
W9_HTTP_PORT_SET=9001 | ||
W9_URL=appname.example.com | ||
W9_NETWORK=websoft9 | ||
#### --------------------------------------------------------------------------------------- #### | ||
|
||
W9_LOGIN_GET_TOKEN="Get Token from Vault container logs" | ||
#### --------------------------------------------------------------------------------------- #### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
# Vault | ||
|
||
Vault 是hashicorp旗下的密码管理方案,支出多用户户、API和LDAP等 | ||
Vault 是hashicorp旗下的密码管理方案,支出多用户户、API和LDAP等。 | ||
|
||
## 安装 | ||
|
||
如果是手动安装,安装完成后有一个**启封(unseal)**的动作。 | ||
但如果是 Docker 安装,只需要通过 Vault 容器日志查看启封后的结果 **Root Token**。 | ||
|
||
Vault 默认启动(cmd 不带任何参数)是以 Dev 模式运行。Dev 模式下只需要通过 Vault 容器日志查看启封后的结果 **Root Token**。 | ||
|
||
## GUI | ||
|
||
默认支持图形化界面(端口:8200),且图形化界面可以很方面的运行 CLI。 | ||
|
||
## 配置文件 | ||
|
||
支持通过环境变量导入配置文件的参数 | ||
|
||
## 概念 | ||
|
||
秘钥 | ||
支持通过环境变量导入配置文件的参数 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ | |
{ | ||
"dist": "community", | ||
"version": [ | ||
"1.13.3" | ||
"1.15", | ||
"latest" | ||
] | ||
} | ||
], | ||
|