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: advocacy_docs/security/index.mdx
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,29 @@ directoryDefaults:
5
5
iconName: Security
6
6
indexCards: full
7
7
hideKBLink: true
8
+
deepToC: true
8
9
navigation:
10
+
- '#Guides'
9
11
- securing-postgresql
10
12
- securing-epas
11
13
- securing-pgd
14
+
- '#Resources'
12
15
- notifications
13
16
---
14
17
15
18
This is the EDB Security Hub. It's a collection of resources to help you secure your PostgreSQL and EDB Postgres Databases, with everything from practical guides on how to secure your database, to the latest security updates and patches.
<CTAimage={TrustCenterLogo}actions={{url: "https://trust.enterprisedb.com", text: "Go to the Trust Center"}}>
22
+
<CTAactions={{url: "https://trust.enterprisedb.com", text: "Go to the Trust Center"}}>
20
23
21
24
If you are looking for a higher-level overview of EDB's security posture, practices and commitments, you may want to check out the EDB Trust Center
22
25
23
26
</CTA>
24
27
25
-
If you are looking for a higher-level overview of EDB's security posture, practices and commitments, you may want to check out the **[EDB Trust Center](https://trust.enterprisedb.com)**.
28
+
## What's in the Security Hub?
29
+
30
+
### Guides
26
31
27
32
**[Securing PostgreSQL](securing-postgresql)** - This section provides a comprehensive guide on how to secure your PostgreSQL database. It covers everything from the basics of authentication and authorization, to more advanced topics such as encryption and auditing.
28
33
*[PostgreSQL Security 101]() - The essentials of PostgreSQL security for those new to securing their database.
@@ -33,4 +38,9 @@ If you are looking for a higher-level overview of EDB's security posture, practi
33
38
34
39
**[Securing EDB Postgres Distributed](securing-pgd)** - This section provides a comprehensive guide on how to secure your EDB Postgres Distributed and the needs of a distributed database. Building on the Postgres and EPAS security guides, this section covers the unique security considerations for distributed databases.
35
40
36
-
**[Notifications](notifications)** - This is where you'll find reported security vulnerabilities and details on how to address them. This includes flaws which have been fixed in the PostgreSQL community and assessments on how they impact EDB users, as well as any advisories and fixes released by EDB.
41
+
### Resources
42
+
43
+
**[Notifications](notifications)** - This is where you'll find reported security vulnerabilities and details on how to address them. This includes flaws which have been fixed in the PostgreSQL community and assessments on how they impact EDB users, as well as any advisories and fixes released by EDB.
0 commit comments