Skip to content

Commit 1259676

Browse files
update vault (#963)
1 parent b4f3b9d commit 1259676

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/get-started/connect/overview.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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:**
115116
1. Enter Vault URL
116117
2. Choose authentication: Token or AppRole
117118
3. Specify secret location

0 commit comments

Comments
 (0)