Skip to content

Created new Fortanix KMIP topic for TDE #368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jun 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3ddda4f
updated with new fortanix file
Andriciuc May 26, 2025
7ebe341
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc May 26, 2025
dbf38df
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc May 28, 2025
aae0ecf
Update kmip-fortanix.md
Andriciuc May 28, 2025
aefd31a
Merge branch 'docs-add-fortanix' of https://github.com/percona/postgr…
Andriciuc May 28, 2025
20f73c0
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc May 28, 2025
f4c0806
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc May 30, 2025
91e3e05
Update kmip-fortanix.md
Andriciuc Jun 2, 2025
c7bee3e
improved config steps
Andriciuc Jun 3, 2025
3826480
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc Jun 3, 2025
a8049ec
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc Jun 4, 2025
2a62ff7
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc Jun 4, 2025
7d6e1f2
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc Jun 5, 2025
b4ab0ca
Update kmip-fortanix.md
Andriciuc Jun 5, 2025
07b3655
Merge branch 'docs-add-fortanix' of https://github.com/percona/postgr…
Andriciuc Jun 5, 2025
20bbed1
Update kmip-fortanix.md
Andriciuc Jun 5, 2025
94c0f39
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc Jun 5, 2025
c483b93
Update kmip-fortanix.md
Andriciuc Jun 6, 2025
9c0b39a
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc Jun 6, 2025
255cd4a
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc Jun 6, 2025
81029b8
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc Jun 9, 2025
ef75e4e
Merge branch 'TDE_REL_17_STABLE' into docs-add-fortanix
Andriciuc Jun 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Fortanix KMIP Server Configuration

`pg_tde` is compatible with Fortanix Data Security Manager (DSM) via the KMIP protocol. For a full setup guide, see [the Fortanix KMIP documentation here](https://support.fortanix.com/docs/users-guide-account-client-configurations?highlight=KMIP#23-kmip-clients).

For more information on adding or modifying the provider, see the [Adding or modifying KMIP providers](https://docs.percona.com/pg-tde/functions.html?h=pg_tde_add_global_key_provider_kmip#adding-or-modifying-kmip-providers) topic.
1 change: 1 addition & 0 deletions contrib/pg_tde/documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ nav:
- "2.1 Configure Key Management (KMS)":
- "2.1 Configure Key Management (KMS)": global-key-provider-configuration/index.md
- "KMIP Configuration": global-key-provider-configuration/kmip-server.md
- "Fortanix Configuration": global-key-provider-configuration/kmip-fortanix.md
- "Vault Configuration": global-key-provider-configuration/vault.md
- "Thales Configuration": global-key-provider-configuration/kmip-thales.md
- "Keyring File Configuration": global-key-provider-configuration/keyring.md
Expand Down
Loading