File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -101,17 +101,18 @@ Never store database passwords in Bytebase. Use your existing secret manager for
101101
102102#### HashiCorp Vault
103103
104+ ** Vault Setup:**
105+ 1 . Create secret in Vault KV v2:
106+ - Engine: ` secret `
107+ - Path: ` bytebase `
108+ - Key: ` DB_PASSWORD `
109+
104110<Note >
105- Requires Vault KV v2 engine
111+ Requires Vault KV v2 engine with ` read ` and ` list ` permissions on both ` /data/ ` and ` /metadata/ ` paths
106112</Note >
107113
108- ** Vault Setup:**
109- 1 . Create secret in Vault:
110- - Engine: ` secret `
111- - Path: ` bytebase `
112- - Key: ` DB_PASSWORD `
114+ ** Configuration in Bytebase:**
113115
114- ** Bytebase Configuration:**
1151161 . Enter Vault URL
1161172 . Choose authentication: Token or AppRole
1171183 . Specify secret location
You can’t perform that action at this time.
0 commit comments