|
1 | | -{ |
2 | | - "badge": "Security & Compliance", |
3 | | - "title_plain": "Enterprise-Grade", |
4 | | - "title_gradient": "Security", |
5 | | - "description": "Comprehensive security controls for regulated industries and disconnected environments, from encryption to credential management.", |
6 | | - "features": [ |
7 | | - { |
8 | | - "icon": "heroicons:lock-closed", |
9 | | - "icon_gradient": "linear-gradient(135deg, #3b82f6, #4f46e5)", |
10 | | - "title": "TLS/SSL Management", |
11 | | - "desc": "Automated certificate provisioning and renewals for all database connections with zero manual intervention." |
12 | | - }, |
13 | | - { |
14 | | - "icon": "heroicons:circle-stack", |
15 | | - "icon_gradient": "linear-gradient(135deg, #a855f7, #7c3aed)", |
16 | | - "title": "Transparent Data Encryption (TDE)", |
17 | | - "desc": "Encrypted storage at rest via cloud provider key management services ensuring data security." |
18 | | - }, |
19 | | - { |
20 | | - "icon": "heroicons:wifi", |
21 | | - "icon_gradient": "linear-gradient(135deg, #06b6d4, #3b82f6)", |
22 | | - "title": "Network Isolation", |
23 | | - "desc": "Database pods run inside Kubernetes private pod network by default; configurable network policies restrict communication to authorized pods only." |
24 | | - }, |
25 | | - { |
26 | | - "icon": "heroicons:shield-check", |
27 | | - "icon_gradient": "linear-gradient(135deg, #10b981, #16a34a)", |
28 | | - "title": "RBAC Resource-Level Permissions", |
29 | | - "desc": "Control which users and groups can act on specific database instances (e.g., developers on Dev, only DBAs on Prod)." |
30 | | - }, |
31 | | - { |
32 | | - "icon": "heroicons:server", |
33 | | - "icon_gradient": "linear-gradient(135deg, #f97316, #ef4444)", |
34 | | - "title": "Private Registry & Air-Gapped Support", |
35 | | - "desc": "Runs fully offline with no internet access required; suitable for sovereign and regulated environments." |
36 | | - }, |
37 | | - { |
38 | | - "icon": "heroicons:key", |
39 | | - "icon_gradient": "linear-gradient(135deg, #ec4899, #f43f5e)", |
40 | | - "title": "Database User Management", |
41 | | - "desc": "Vault integration for dynamic credential generation, custom permissions, and automated credential rotation." |
42 | | - } |
43 | | - ] |
44 | | -} |
| 1 | +{ |
| 2 | + "badge": "Security & Compliance", |
| 3 | + "title_plain": "Enterprise-Grade", |
| 4 | + "title_gradient": "Security", |
| 5 | + "description": "Comprehensive security controls for regulated industries and disconnected environments, from encryption to credential management.", |
| 6 | + "features": [ |
| 7 | + { |
| 8 | + "icon": "heroicons:lock-closed", |
| 9 | + "icon_gradient": "linear-gradient(135deg, #3b82f6, #4f46e5)", |
| 10 | + "title": "TLS/SSL Management", |
| 11 | + "desc": "Automated certificate provisioning and renewals for all database connections with zero manual intervention." |
| 12 | + }, |
| 13 | + { |
| 14 | + "icon": "heroicons:circle-stack", |
| 15 | + "icon_gradient": "linear-gradient(135deg, #a855f7, #7c3aed)", |
| 16 | + "title": "Transparent Data Encryption (TDE)", |
| 17 | + "desc": "Encrypted storage at rest via cloud provider key management services ensuring data security." |
| 18 | + }, |
| 19 | + { |
| 20 | + "icon": "heroicons:wifi", |
| 21 | + "icon_gradient": "linear-gradient(135deg, #06b6d4, #3b82f6)", |
| 22 | + "title": "Network Isolation", |
| 23 | + "desc": "Database pods run inside Kubernetes private pod network by default; configurable network policies restrict communication to authorized pods only." |
| 24 | + }, |
| 25 | + { |
| 26 | + "icon": "heroicons:shield-check", |
| 27 | + "icon_gradient": "linear-gradient(135deg, #10b981, #16a34a)", |
| 28 | + "title": "RBAC Resource-Level Permissions", |
| 29 | + "desc": "Control which users and groups can act on specific database instances (e.g., developers on Dev, only DBAs on Prod)." |
| 30 | + }, |
| 31 | + { |
| 32 | + "icon": "heroicons:server", |
| 33 | + "icon_gradient": "linear-gradient(135deg, #f97316, #ef4444)", |
| 34 | + "title": "Private Registry & Air-Gapped Support", |
| 35 | + "desc": "Runs fully offline with no internet access required; suitable for sovereign and regulated environments." |
| 36 | + }, |
| 37 | + { |
| 38 | + "icon": "heroicons:key", |
| 39 | + "icon_gradient": "linear-gradient(135deg, #ec4899, #f43f5e)", |
| 40 | + "title": "Database User Management", |
| 41 | + "desc": "Vault integration for dynamic credential generation, custom permissions, and automated credential rotation." |
| 42 | + } |
| 43 | + ] |
| 44 | +} |
0 commit comments