You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04-HashiCorp/06-Vault/01-Information/support-env.md
+41-14Lines changed: 41 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,20 +300,47 @@ sequenceDiagram
300
300
301
301
Database Secret Engine은 데이터베이스의 동적 자격 증명을 생성하고 관리합니다. 애플리케이션은 필요할 때마다 일회용 자격 증명을 받아 데이터베이스에 접속할 수 있으며, 보안성과 관리 효율성을 높입니다. 자격 증명의 수명을 관리하고 자동으로 회전시킵니다.
302
302
303
-
| 지원 환경 | 비고 |
304
-
|-----------|------|
305
-
| Vault Server: Vault가 지원하는 모든 OS | - |
306
-
| MySQL | 각 데이터베이스별로 플러그인이 제공되며, Vault Server가 데이터베이스 서버와 네트워크 통신이 가능해야 합니다. |
307
-
| PostgreSQL | - |
308
-
| Oracle | - |
309
-
| MongoDB | - |
310
-
| Microsoft SQL Server | - |
311
-
| Cassandra | - |
312
-
| InfluxDB | - |
313
-
| Redis | - |
314
-
| Elasticsearch | - |
315
-
| CouchDB | - |
316
-
| 기타 데이터베이스 플러그인 | - |
303
+
**참고**: 각 데이터베이스별로 플러그인이 제공되며, Vault Server가 데이터베이스 서버와 네트워크 통신이 가능해야 합니다. 자세한 내용은 [HashiCorp Vault Database Secrets Engine 문서](https://developer.hashicorp.com/vault/docs/secrets/databases#database-capabilities)를 참고하시기 바랍니다.
304
+
305
+
### Database Secret Engine 지원 데이터베이스
306
+
307
+
| 데이터베이스 | 동적 역할 | 정적 역할 | Root 자격 증명 회전 | 사용자명 커스터마이징 | 자격 증명 타입 | 비고 |
0 commit comments