Skip to content

Commit 27ccb8c

Browse files
committed
Update percona extensions with feedback and the oidc extension
1 parent 84e5191 commit 27ccb8c

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

docs/percona-ext.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,26 @@ This page provides a high-level overview of the available Percona-authored exten
99

1010
## :octicons-graph-16: pg_stat_monitor
1111

12-
A query performance monitoring tool for PostgreSQL that brings more insight and details around query performance, planning statistics and metadata. It improves observability, enabling users to debug and tune query performance with precision.
12+
An open-source query performance monitoring tool for PostgreSQL that brings more insight and details around query performance, planning statistics and metadata. It improves observability, enabling users to debug and tune query performance with precision.
1313

14-
[pg_stat_monitor documentation :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/index.html){.md-button}
14+
[See the pg_stat_monitor documentation :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/index.html){.md-button}
1515
</div>
1616

1717
<div data-banner markdown>
1818

1919
## :material-file-key-outline: pg_tde
2020

21-
An open-source extension designed to enhance PostgreSQL’s security by encrypting data files on disk. The encryption is transparent for users, allowing them to access and manipulate data without managing encryption details.
21+
An open-source extension designed to enhance PostgreSQL security by encrypting data files on disk. `pg_tde` protects data at rest by ensuring that database files cannot be read without the appropriate encryption keys. Encryption is transparent to applications and users at the SQL level, while key management is configured separately.
2222

23-
You can also use `pg_tde` to enforce encryption at the database level, ensuring that all newly created data is encrypted without requiring per-table changes.
23+
[See the pg_tde documentation :octicons-link-external-16:](https://docs.percona.com/pg-tde/index.html){.md-button}
2424

25-
[For configuration details, see the pg_tde documentation. :octicons-link-external-16:](https://docs.percona.com/pg-tde/index.html){.md-button}
25+
## :material-file-key-outline: pg_oidc_validator
26+
27+
An **experimental** OAuth validator library for PostgreSQL 18 that validates OpenID Connect (OIDC) JWT access tokens. It integrates with PostgreSQL’s OAuth framework to verify tokens issued by compliant OIDC providers.
28+
29+
**NOTE:** This library is still experimental and not intended for production use.
30+
31+
[Check the pg_oidc_validator GitHub repository :octicons-link-external-16:](https://github.com/Percona-Lab/pg_oidc_validator){.md-button}
2632

2733
</div>
2834
</div>

0 commit comments

Comments
 (0)