From 826160bbf5517c9d7c4b4e3f85b7cf15b7e344fc Mon Sep 17 00:00:00 2001 From: Guillaume Barideau Date: Mon, 29 Jun 2026 10:23:47 +0200 Subject: [PATCH 1/5] first version of third party integrations --- config/sidebar/index.md | 2 + .../kms/third-party-integrations.mdx | 40 +++++++++++++++++++ .../third-party-integrations.mdx | 39 ++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx create mode 100644 docs/en/guides/manage-and-operate/secret-manager/third-party-integrations.mdx diff --git a/config/sidebar/index.md b/config/sidebar/index.md index fa2e2690e..2c9a56305 100644 --- a/config/sidebar/index.md +++ b/config/sidebar/index.md @@ -2703,6 +2703,7 @@ + [Extracting logs from Logs Data Platform](manage-and-operate/observability/logs-data-platform/extract-logs) + [Key Management Service (KMS)](manage-operate-kms) + [Overview](manage-and-operate/kms/overview) + + [Official third-party integrations with OVHcloud KMS](manage-and-operate/kms/third-party-integrations) + [Getting started with OVHcloud Key Management Service (KMS)](manage-and-operate/kms/quick-start) + [Using the OVHcloud Key Management Service (KMS) with your data](manage-and-operate/kms/kms-usage) + [Manage your OKMS access certificate](manage-and-operate/kms/okms-certificate-management) @@ -2713,6 +2714,7 @@ + [Pushing logs from OVHcloud KMS to Logs Data Platform](manage-and-operate/kms/logs) + [Secret Manager](manage-operate-secret-manager) + [Getting started with Secret Manager](manage-and-operate/secret-manager/secret-manager-ui) + + [Official third-party integrations with OVHcloud Secret Manager](manage-and-operate/secret-manager/third-party-integrations) + [Use Secret Manager with REST API](manage-and-operate/secret-manager/rest-api) + [Use Secret Manager with Hashicorp Vault KV2 compliant API](manage-and-operate/secret-manager/kv2-api) + [Manage your OKMS access certificate](manage-and-operate/kms/okms-certificate-management) diff --git a/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx new file mode 100644 index 000000000..c8588ba3c --- /dev/null +++ b/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -0,0 +1,40 @@ +--- +title: Official third-party integrations with OVHcloud KMS +description: Discover third-party applications officially integrated with OVHcloud KMS and find the related documentation +lastUpdated: 2026-06-25 +--- + +## Objective + +OVHcloud maintains dedicated integrations for selected third-party applications, such as plugins, operators, and configuration guides. This reference page lists those integrations and links to the documentation you need to set them up. + +**This guide lists the third-party applications officially integrated with OVHcloud KMS and links to their documentation.** + +## Requirements + +- An [OVHcloud customer account](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- An [OKMS domain](/guides/manage-and-operate/kms/quick-start) (for most integrations). + +## Instructions + +### Official third-party integrations + +The table below is updated as new OVHcloud-maintained integrations are released. Only third-party products with an integration maintained by OVHcloud are listed. + +| Third-party product | Integration type | Documentation | +| :------------------ | :--------------- | :------------ | +| **Kubernetes** | ETCD encryption at rest via `okms-k8s-encryption-provider` | [Encrypt Kubernetes ETCD with OVHcloud KMS](/guides/manage-and-operate/kms/kms-etcd) · [okms-k8s-encryption-provider](https://github.com/ovh/okms-k8s-encryption-provider) | +| **Cosign** | KMS-backed OCI image signing (`ovhcloud://` URI) | [Secure Image Signing with Cosign and OVHcloud KMS](https://blog.ovhcloud.com/secure-image-signing-cosign-ovhcloud-kms/) · [sigstore-kms-ovhcloud](https://github.com/ovh/sigstore-kms-ovhcloud) | +| **OpenBao** | Auto-unseal / seal wrapping (`ovhcloudkms`) | [go-kms-wrapping#89](https://github.com/openbao/go-kms-wrapping/pull/89) · [openbao/openbao-plugins#88](https://github.com/openbao/openbao-plugins/pull/88) | + +:::info +Products compatible via the [KMIP protocol](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, etc.) are not listed here: those integrations are maintained by their respective vendors, not by OVHcloud. +::: + +## Go further + +- [Getting started with OVHcloud KMS](/guides/manage-and-operate/kms/quick-start) +- [KMS overview](/guides/manage-and-operate/kms/overview) +- [How to connect a compatible product using KMIP](/guides/manage-and-operate/kms/kms-kmip) +- [View the roadmap & changelog](https://www.ovhcloud.com/en/roadmap-changelog/) +- Join our [community of users](/links/community). diff --git a/docs/en/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/en/guides/manage-and-operate/secret-manager/third-party-integrations.mdx new file mode 100644 index 000000000..61a8f08a0 --- /dev/null +++ b/docs/en/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -0,0 +1,39 @@ +--- +title: Official third-party integrations with OVHcloud Secret Manager +description: Discover third-party applications officially integrated with OVHcloud Secret Manager and find the related documentation +lastUpdated: 2026-06-25 +--- + +## Objective + +OVHcloud maintains dedicated integrations for selected third-party applications that sync or consume secrets stored in Secret Manager. This reference page lists those integrations and links to the documentation you need to set them up. + +**This guide lists the third-party applications officially integrated with OVHcloud Secret Manager and links to their documentation.** + +## Requirements + +- An [OVHcloud customer account](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- An [OKMS domain](/guides/manage-and-operate/kms/quick-start) or [first secret created](/guides/manage-and-operate/secret-manager/secret-manager-ui). + +## Instructions + +### Official third-party integrations + +The table below is updated as new OVHcloud-maintained integrations are released. Only third-party products with an integration maintained by OVHcloud are listed. + +| Third-party product | Integration type | Documentation | +| :------------------ | :--------------- | :------------ | +| **External Secrets Operator** (Vault provider) | Sync Kubernetes secrets via Vault KV2 API on OKMS | [How to use Kubernetes External Secrets Operator with Secret Manager](/guides/manage-and-operate/secret-manager/external-secret-operator) · [ESO — HashiCorp Vault provider](https://external-secrets.io/latest/provider/hashicorp-vault/) | +| **External Secrets Operator** (OVHcloud provider) | Native OKMS provider (`provider.ovh`, ESO ≥ v2.3.0) | [Discover the ESO OVHcloud Provider](https://blog.ovhcloud.com/discover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%f0%9f%8e%89/) · [ESO — OVHcloud provider](https://external-secrets.io/latest/provider/ovhcloud/) | + +:::info +The [HashiCorp Vault KV2–compliant API](/guides/manage-and-operate/secret-manager/kv2-api) is an OVHcloud API surface, not a third-party product integration. It is therefore not listed in this table. +::: + +## Go further + +- [Getting started with Secret Manager](/guides/manage-and-operate/secret-manager/secret-manager-ui) +- [Use Secret Manager with REST API](/guides/manage-and-operate/secret-manager/rest-api) +- [Use Secret Manager with HashiCorp Vault KV2 compliant API](/guides/manage-and-operate/secret-manager/kv2-api) +- [View the roadmap & changelog](https://www.ovhcloud.com/en/roadmap-changelog/) +- Join our [community of users](/links/community). From 0929b4d44b9cab59ba1ca6255d1ebba2686a4236 Mon Sep 17 00:00:00 2001 From: Guillaume Barideau Date: Wed, 15 Jul 2026 12:12:19 +0200 Subject: [PATCH 2/5] docs(kms): update OpenBao integration after ovhcloudkms wrapper merge --- docs/en/guides/manage-and-operate/kms/kms-kmip.mdx | 3 ++- .../manage-and-operate/kms/third-party-integrations.mdx | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/en/guides/manage-and-operate/kms/kms-kmip.mdx b/docs/en/guides/manage-and-operate/kms/kms-kmip.mdx index 4bff08956..1a315d41e 100644 --- a/docs/en/guides/manage-and-operate/kms/kms-kmip.mdx +++ b/docs/en/guides/manage-and-operate/kms/kms-kmip.mdx @@ -1,7 +1,7 @@ --- title: How to connect a compatible product using KMIP protocol description: How to communicate with the OVHcloud KMS using KMIP protocol -lastUpdated: 2025-07-11 +lastUpdated: 2026-07-08 --- ## Objective @@ -33,6 +33,7 @@ As an example, the following products were validated with the OVHcloud KMS : - [Nutanix](https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Security-Guide-v6_8:wc-security-data-encryption-setup-t.html) - [VMware](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-9035D542-B76B-4244-966D-2A8D92ABF54C.html) - [MongoDB](https://www.mongodb.com/docs/manual/core/csfle/tutorials/kmip/kmip-automatic/) +- [OpenBao](https://openbao.org/docs/configuration/seal/kmip/) - [Barbican](https://docs.openstack.org/barbican/latest/install/barbican-backend.html#kmip-plugin) - for On-Premise usage - [NetApp](https://docs.netapp.com/us-en/ontap/encryption-at-rest/configure-external-key-management-concept.html) - for On-Premise usage diff --git a/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx index c8588ba3c..73197061d 100644 --- a/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx +++ b/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -1,7 +1,7 @@ --- title: Official third-party integrations with OVHcloud KMS description: Discover third-party applications officially integrated with OVHcloud KMS and find the related documentation -lastUpdated: 2026-06-25 +lastUpdated: 2026-07-08 --- ## Objective @@ -25,10 +25,10 @@ The table below is updated as new OVHcloud-maintained integrations are released. | :------------------ | :--------------- | :------------ | | **Kubernetes** | ETCD encryption at rest via `okms-k8s-encryption-provider` | [Encrypt Kubernetes ETCD with OVHcloud KMS](/guides/manage-and-operate/kms/kms-etcd) · [okms-k8s-encryption-provider](https://github.com/ovh/okms-k8s-encryption-provider) | | **Cosign** | KMS-backed OCI image signing (`ovhcloud://` URI) | [Secure Image Signing with Cosign and OVHcloud KMS](https://blog.ovhcloud.com/secure-image-signing-cosign-ovhcloud-kms/) · [sigstore-kms-ovhcloud](https://github.com/ovh/sigstore-kms-ovhcloud) | -| **OpenBao** | Auto-unseal / seal wrapping (`ovhcloudkms`) | [go-kms-wrapping#89](https://github.com/openbao/go-kms-wrapping/pull/89) · [openbao/openbao-plugins#88](https://github.com/openbao/openbao-plugins/pull/88) | +| **OpenBao** | Auto-unseal via `ovhcloudkms` wrapper | [ovhcloudkms wrapper](https://github.com/openbao/go-kms-wrapping/tree/main/wrappers/ovhcloudkms) | :::info -Products compatible via the [KMIP protocol](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, etc.) are not listed here: those integrations are maintained by their respective vendors, not by OVHcloud. +Products compatible via the [KMIP protocol](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, OpenBao, etc.) are not listed here: those integrations are maintained by their respective vendors, not by OVHcloud. ::: ## Go further From 9b8ad1ac6d5281ed31eef9b6e1d6c02448e503bc Mon Sep 17 00:00:00 2001 From: Guillaume Barideau Date: Fri, 17 Jul 2026 10:16:21 +0200 Subject: [PATCH 3/5] docs(okms): point OpenBao to official seal docs and translate integrations Update the KMS OpenBao entry to the published OpenBao OVHcloud seal guide, add OpenBao to the French KMIP validated list, and ship KMS/Secret Manager third-party integration guides in all locales with localized roadmap links. Co-authored-by: Cursor --- .../kms/third-party-integrations.mdx | 40 +++++++++++++++++++ .../third-party-integrations.mdx | 39 ++++++++++++++++++ .../kms/third-party-integrations.mdx | 4 +- .../kms/third-party-integrations.mdx | 40 +++++++++++++++++++ .../third-party-integrations.mdx | 39 ++++++++++++++++++ .../manage-and-operate/kms/kms-kmip.mdx | 3 +- .../kms/third-party-integrations.mdx | 40 +++++++++++++++++++ .../third-party-integrations.mdx | 39 ++++++++++++++++++ .../kms/third-party-integrations.mdx | 40 +++++++++++++++++++ .../third-party-integrations.mdx | 39 ++++++++++++++++++ .../kms/third-party-integrations.mdx | 40 +++++++++++++++++++ .../third-party-integrations.mdx | 39 ++++++++++++++++++ .../kms/third-party-integrations.mdx | 40 +++++++++++++++++++ .../third-party-integrations.mdx | 39 ++++++++++++++++++ 14 files changed, 478 insertions(+), 3 deletions(-) create mode 100644 docs/de/guides/manage-and-operate/kms/third-party-integrations.mdx create mode 100644 docs/de/guides/manage-and-operate/secret-manager/third-party-integrations.mdx create mode 100644 docs/es/guides/manage-and-operate/kms/third-party-integrations.mdx create mode 100644 docs/es/guides/manage-and-operate/secret-manager/third-party-integrations.mdx create mode 100644 docs/fr/guides/manage-and-operate/kms/third-party-integrations.mdx create mode 100644 docs/fr/guides/manage-and-operate/secret-manager/third-party-integrations.mdx create mode 100644 docs/it/guides/manage-and-operate/kms/third-party-integrations.mdx create mode 100644 docs/it/guides/manage-and-operate/secret-manager/third-party-integrations.mdx create mode 100644 docs/pl/guides/manage-and-operate/kms/third-party-integrations.mdx create mode 100644 docs/pl/guides/manage-and-operate/secret-manager/third-party-integrations.mdx create mode 100644 docs/pt/guides/manage-and-operate/kms/third-party-integrations.mdx create mode 100644 docs/pt/guides/manage-and-operate/secret-manager/third-party-integrations.mdx diff --git a/docs/de/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/de/guides/manage-and-operate/kms/third-party-integrations.mdx new file mode 100644 index 000000000..82888f533 --- /dev/null +++ b/docs/de/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -0,0 +1,40 @@ +--- +title: Offizielle Drittanbieter-Integrationen mit OVHcloud KMS +description: Entdecken Sie Drittanwendungen, die offiziell mit OVHcloud KMS integriert sind, und finden Sie die zugehörige Dokumentation +lastUpdated: 2026-07-17 +--- + +## Ziel + +OVHcloud stellt dedizierte Integrationen für ausgewählte Drittanwendungen bereit, beispielsweise Plugins, Operatoren und Konfigurationsanleitungen. Diese Referenzseite listet diese Integrationen auf und verweist auf die Dokumentation, die Sie für die Einrichtung benötigen. + +**Diese Anleitung listet die Drittanwendungen auf, die offiziell mit OVHcloud KMS integriert sind, und verweist auf ihre Dokumentation.** + +## Voraussetzungen + +- Sie verfügen über einen [OVHcloud Kunden-Account](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Sie verfügen über eine [OKMS-Domäne](/guides/manage-and-operate/kms/quick-start) (für die meisten Integrationen). + +## In der praktischen Anwendung + +### Offizielle Drittanbieter-Integrationen + +Die folgende Tabelle wird aktualisiert, sobald neue von OVHcloud gepflegte Integrationen verfügbar sind. Es werden nur Drittanbieterprodukte aufgeführt, für die OVHcloud eine Integration bereitstellt. + +| Drittanbieterprodukt | Integrationstyp | Dokumentation | +| :------------------- | :-------------- | :------------ | +| **Kubernetes** | ETCD-Verschlüsselung im Ruhezustand über `okms-k8s-encryption-provider` | [Kubernetes ETCD mit OVHcloud KMS verschlüsseln](/guides/manage-and-operate/kms/kms-etcd) · [okms-k8s-encryption-provider](https://github.com/ovh/okms-k8s-encryption-provider) | +| **Cosign** | KMS-gestützte OCI-Image-Signierung (`ovhcloud://` URI) | [Secure Image Signing with Cosign and OVHcloud KMS](https://blog.ovhcloud.com/secure-image-signing-cosign-ovhcloud-kms/) · [sigstore-kms-ovhcloud](https://github.com/ovh/sigstore-kms-ovhcloud) | +| **OpenBao** | Auto-Unseal über das `ovhcloud` Seal | [OVHcloud KMS Seal (OpenBao)](https://openbao.org/docs/configuration/seal/ovhcloud/) | + +:::info +Produkte, die über das [KMIP-Protokoll](/guides/manage-and-operate/kms/kms-kmip) kompatibel sind (VMware, Nutanix, MongoDB, OpenBao usw.), sind hier nicht aufgeführt: Diese Integrationen werden von den jeweiligen Herstellern gepflegt, nicht von OVHcloud. +::: + +## Weiterführende Informationen + +- [Erste Schritte mit OVHcloud KMS](/guides/manage-and-operate/kms/quick-start) +- [KMS-Übersicht](/guides/manage-and-operate/kms/overview) +- [Ein kompatibles Produkt über KMIP verbinden](/guides/manage-and-operate/kms/kms-kmip) +- [Roadmap und Changelog ansehen](https://www.ovhcloud.com/de/roadmap-changelog/) +- Treten Sie unserer [User Community](/links/community) bei. diff --git a/docs/de/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/de/guides/manage-and-operate/secret-manager/third-party-integrations.mdx new file mode 100644 index 000000000..dbfd246bd --- /dev/null +++ b/docs/de/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -0,0 +1,39 @@ +--- +title: Offizielle Drittanbieter-Integrationen mit OVHcloud Secret Manager +description: Entdecken Sie Drittanwendungen, die offiziell mit OVHcloud Secret Manager integriert sind, und finden Sie die zugehörige Dokumentation +lastUpdated: 2026-06-25 +--- + +## Ziel + +OVHcloud stellt dedizierte Integrationen für ausgewählte Drittanwendungen bereit, die in Secret Manager gespeicherte Secrets synchronisieren oder nutzen. Diese Referenzseite listet diese Integrationen auf und verweist auf die Dokumentation, die Sie für die Einrichtung benötigen. + +**Diese Anleitung listet die Drittanwendungen auf, die offiziell mit OVHcloud Secret Manager integriert sind, und verweist auf ihre Dokumentation.** + +## Voraussetzungen + +- Sie verfügen über einen [OVHcloud Kunden-Account](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Sie verfügen über eine [OKMS-Domäne](/guides/manage-and-operate/kms/quick-start) oder haben ein [erstes Secret erstellt](/guides/manage-and-operate/secret-manager/secret-manager-ui). + +## In der praktischen Anwendung + +### Offizielle Drittanbieter-Integrationen + +Die folgende Tabelle wird aktualisiert, sobald neue von OVHcloud gepflegte Integrationen verfügbar sind. Es werden nur Drittanbieterprodukte aufgeführt, für die OVHcloud eine Integration bereitstellt. + +| Drittanbieterprodukt | Integrationstyp | Dokumentation | +| :------------------- | :-------------- | :------------ | +| **External Secrets Operator** (Vault-Provider) | Synchronisierung von Kubernetes-Secrets über die Vault-KV2-API auf OKMS | [Kubernetes External Secrets Operator mit Secret Manager verwenden](/guides/manage-and-operate/secret-manager/external-secret-operator) · [ESO — HashiCorp Vault Provider](https://external-secrets.io/latest/provider/hashicorp-vault/) | +| **External Secrets Operator** (OVHcloud-Provider) | Nativer OKMS-Provider (`provider.ovh`, ESO ≥ v2.3.0) | [Discover the ESO OVHcloud Provider](https://blog.ovhcloud.com/discover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%f0%9f%8e%89/) · [ESO — OVHcloud Provider](https://external-secrets.io/latest/provider/ovhcloud/) | + +:::info +Die [HashiCorp Vault KV2–kompatible API](/guides/manage-and-operate/secret-manager/kv2-api) ist eine OVHcloud-API-Oberfläche und keine Drittanbieterprodukt-Integration. Sie ist daher in dieser Tabelle nicht aufgeführt. +::: + +## Weiterführende Informationen + +- [Erste Schritte mit Secret Manager](/guides/manage-and-operate/secret-manager/secret-manager-ui) +- [Secret Manager mit der REST-API verwenden](/guides/manage-and-operate/secret-manager/rest-api) +- [Secret Manager mit der HashiCorp Vault KV2–kompatiblen API verwenden](/guides/manage-and-operate/secret-manager/kv2-api) +- [Roadmap und Changelog ansehen](https://www.ovhcloud.com/de/roadmap-changelog/) +- Treten Sie unserer [User Community](/links/community) bei. diff --git a/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx index 73197061d..7a3565773 100644 --- a/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx +++ b/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -1,7 +1,7 @@ --- title: Official third-party integrations with OVHcloud KMS description: Discover third-party applications officially integrated with OVHcloud KMS and find the related documentation -lastUpdated: 2026-07-08 +lastUpdated: 2026-07-17 --- ## Objective @@ -25,7 +25,7 @@ The table below is updated as new OVHcloud-maintained integrations are released. | :------------------ | :--------------- | :------------ | | **Kubernetes** | ETCD encryption at rest via `okms-k8s-encryption-provider` | [Encrypt Kubernetes ETCD with OVHcloud KMS](/guides/manage-and-operate/kms/kms-etcd) · [okms-k8s-encryption-provider](https://github.com/ovh/okms-k8s-encryption-provider) | | **Cosign** | KMS-backed OCI image signing (`ovhcloud://` URI) | [Secure Image Signing with Cosign and OVHcloud KMS](https://blog.ovhcloud.com/secure-image-signing-cosign-ovhcloud-kms/) · [sigstore-kms-ovhcloud](https://github.com/ovh/sigstore-kms-ovhcloud) | -| **OpenBao** | Auto-unseal via `ovhcloudkms` wrapper | [ovhcloudkms wrapper](https://github.com/openbao/go-kms-wrapping/tree/main/wrappers/ovhcloudkms) | +| **OpenBao** | Auto-unseal via `ovhcloud` seal | [OVHcloud KMS seal (OpenBao)](https://openbao.org/docs/configuration/seal/ovhcloud/) | :::info Products compatible via the [KMIP protocol](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, OpenBao, etc.) are not listed here: those integrations are maintained by their respective vendors, not by OVHcloud. diff --git a/docs/es/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/es/guides/manage-and-operate/kms/third-party-integrations.mdx new file mode 100644 index 000000000..a0fec9b23 --- /dev/null +++ b/docs/es/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -0,0 +1,40 @@ +--- +title: Integraciones oficiales de terceros con OVHcloud KMS +description: Descubra las aplicaciones de terceros integradas oficialmente con OVHcloud KMS y acceda a la documentación asociada +lastUpdated: 2026-07-17 +--- + +## Objetivo + +OVHcloud mantiene integraciones dedicadas para determinadas aplicaciones de terceros, como plugins, operadores y guías de configuración. Esta página de referencia enumera esas integraciones y remite a la documentación necesaria para configurarlas. + +**Esta guía enumera las aplicaciones de terceros integradas oficialmente con OVHcloud KMS y remite a su documentación.** + +## Requisitos + +- Disponer de una [cuenta de cliente de OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Disponer de un [dominio OKMS](/guides/manage-and-operate/kms/quick-start) (para la mayoría de las integraciones). + +## Procedimiento + +### Integraciones oficiales de terceros + +La siguiente tabla se actualiza cada vez que se publica una nueva integración mantenida por OVHcloud. Solo figuran los productos de terceros que disponen de una integración mantenida por OVHcloud. + +| Producto de terceros | Tipo de integración | Documentación | +| :------------------- | :------------------ | :------------ | +| **Kubernetes** | Cifrado de ETCD en reposo mediante `okms-k8s-encryption-provider` | [Cifrar ETCD de Kubernetes con OVHcloud KMS](/guides/manage-and-operate/kms/kms-etcd) · [okms-k8s-encryption-provider](https://github.com/ovh/okms-k8s-encryption-provider) | +| **Cosign** | Firma de imágenes OCI mediante KMS (URI `ovhcloud://`) | [Secure Image Signing with Cosign and OVHcloud KMS](https://blog.ovhcloud.com/secure-image-signing-cosign-ovhcloud-kms/) · [sigstore-kms-ovhcloud](https://github.com/ovh/sigstore-kms-ovhcloud) | +| **OpenBao** | Auto-unseal mediante el seal `ovhcloud` | [Seal OVHcloud KMS (OpenBao)](https://openbao.org/docs/configuration/seal/ovhcloud/) | + +:::info +Los productos compatibles mediante el [protocolo KMIP](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, OpenBao, etc.) no figuran en esta lista: esas integraciones las mantienen sus respectivos editores, no OVHcloud. +::: + +## Más información + +- [Empezar con OVHcloud KMS](/guides/manage-and-operate/kms/quick-start) +- [Presentación de KMS](/guides/manage-and-operate/kms/overview) +- [Conectar un producto compatible mediante KMIP](/guides/manage-and-operate/kms/kms-kmip) +- [Consultar la roadmap y el changelog](https://www.ovhcloud.com/es/roadmap-changelog/) +- Interactúe con nuestra [comunidad de usuarios](/links/community). diff --git a/docs/es/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/es/guides/manage-and-operate/secret-manager/third-party-integrations.mdx new file mode 100644 index 000000000..4c75974b2 --- /dev/null +++ b/docs/es/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -0,0 +1,39 @@ +--- +title: Integraciones oficiales de terceros con OVHcloud Secret Manager +description: Descubra las aplicaciones de terceros integradas oficialmente con OVHcloud Secret Manager y acceda a la documentación asociada +lastUpdated: 2026-06-25 +--- + +## Objetivo + +OVHcloud mantiene integraciones dedicadas para determinadas aplicaciones de terceros que sincronizan o consumen secretos almacenados en Secret Manager. Esta página de referencia enumera esas integraciones y remite a la documentación necesaria para configurarlas. + +**Esta guía enumera las aplicaciones de terceros integradas oficialmente con OVHcloud Secret Manager y remite a su documentación.** + +## Requisitos + +- Disponer de una [cuenta de cliente de OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Disponer de un [dominio OKMS](/guides/manage-and-operate/kms/quick-start) o haber [creado un primer secreto](/guides/manage-and-operate/secret-manager/secret-manager-ui). + +## Procedimiento + +### Integraciones oficiales de terceros + +La siguiente tabla se actualiza cada vez que se publica una nueva integración mantenida por OVHcloud. Solo figuran los productos de terceros que disponen de una integración mantenida por OVHcloud. + +| Producto de terceros | Tipo de integración | Documentación | +| :------------------- | :------------------ | :------------ | +| **External Secrets Operator** (proveedor Vault) | Sincronización de secretos de Kubernetes mediante la API Vault KV2 en OKMS | [Utilizar Kubernetes External Secrets Operator con Secret Manager](/guides/manage-and-operate/secret-manager/external-secret-operator) · [ESO — proveedor HashiCorp Vault](https://external-secrets.io/latest/provider/hashicorp-vault/) | +| **External Secrets Operator** (proveedor OVHcloud) | Proveedor OKMS nativo (`provider.ovh`, ESO ≥ v2.3.0) | [Discover the ESO OVHcloud Provider](https://blog.ovhcloud.com/discover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%f0%9f%8e%89/) · [ESO — proveedor OVHcloud](https://external-secrets.io/latest/provider/ovhcloud/) | + +:::info +La [API compatible con HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) es una superficie de API de OVHcloud, no una integración de producto de terceros. Por tanto, no figura en esta tabla. +::: + +## Más información + +- [Empezar con Secret Manager](/guides/manage-and-operate/secret-manager/secret-manager-ui) +- [Utilizar Secret Manager con la API REST](/guides/manage-and-operate/secret-manager/rest-api) +- [Utilizar Secret Manager con la API compatible con HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) +- [Consultar la roadmap y el changelog](https://www.ovhcloud.com/es/roadmap-changelog/) +- Interactúe con nuestra [comunidad de usuarios](/links/community). diff --git a/docs/fr/guides/manage-and-operate/kms/kms-kmip.mdx b/docs/fr/guides/manage-and-operate/kms/kms-kmip.mdx index 0085b27f1..169e72e13 100644 --- a/docs/fr/guides/manage-and-operate/kms/kms-kmip.mdx +++ b/docs/fr/guides/manage-and-operate/kms/kms-kmip.mdx @@ -1,7 +1,7 @@ --- title: Comment connecter un produit compatible en utilisant le protocole KMIP description: Comment communiquer avec le KMS OVHcloud avec le protocole KMIP -lastUpdated: 2025-07-11 +lastUpdated: 2026-07-08 --- ## Objectif @@ -32,6 +32,7 @@ A titre d'exemple, les produits suivants ont été validés à l'utilisation ave - [Nutanix](https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Security-Guide-v6_8:wc-security-data-encryption-setup-t.html) - [VMware](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-9035D542-B76B-4244-966D-2A8D92ABF54C.html) - [MongoDB](https://www.mongodb.com/docs/manual/core/csfle/tutorials/kmip/kmip-automatic/) +- [OpenBao](https://openbao.org/docs/configuration/seal/kmip/) - [Barbican](https://docs.openstack.org/barbican/latest/install/barbican-backend.html#kmip-plugin) - pour un usage *On-Premise* - [NetApp](https://docs.netapp.com/us-en/ontap/encryption-at-rest/configure-external-key-management-concept.html) - pour un usage *On-Premise* diff --git a/docs/fr/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/fr/guides/manage-and-operate/kms/third-party-integrations.mdx new file mode 100644 index 000000000..67bba64a3 --- /dev/null +++ b/docs/fr/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -0,0 +1,40 @@ +--- +title: Intégrations tierces officielles avec OVHcloud KMS +description: Découvrez les applications tierces officiellement intégrées à OVHcloud KMS et accédez à la documentation associée +lastUpdated: 2026-07-17 +--- + +## Objectif + +OVHcloud maintient des intégrations dédiées pour certaines applications tierces, telles que des plugins, des opérateurs et des guides de configuration. Cette page de référence liste ces intégrations et renvoie vers la documentation nécessaire pour les mettre en place. + +**Ce guide liste les applications tierces officiellement intégrées à OVHcloud KMS et renvoie vers leur documentation.** + +## Prérequis + +- Disposer d'un [compte client OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Disposer d'un [domaine OKMS](/guides/manage-and-operate/kms/quick-start) (pour la plupart des intégrations). + +## En pratique + +### Intégrations tierces officielles + +Le tableau ci-dessous est mis à jour à chaque nouvelle intégration maintenue par OVHcloud. Seuls les produits tiers disposant d'une intégration maintenue par OVHcloud y figurent. + +| Produit tiers | Type d'intégration | Documentation | +| :------------ | :----------------- | :------------ | +| **Kubernetes** | Chiffrement ETCD au repos via `okms-k8s-encryption-provider` | [Chiffrer ETCD de Kubernetes avec OVHcloud KMS](/guides/manage-and-operate/kms/kms-etcd) · [okms-k8s-encryption-provider](https://github.com/ovh/okms-k8s-encryption-provider) | +| **Cosign** | Signature d'images OCI via KMS (URI `ovhcloud://`) | [Secure Image Signing with Cosign and OVHcloud KMS](https://blog.ovhcloud.com/secure-image-signing-cosign-ovhcloud-kms/) · [sigstore-kms-ovhcloud](https://github.com/ovh/sigstore-kms-ovhcloud) | +| **OpenBao** | Auto-unseal via le seal `ovhcloud` | [Seal OVHcloud KMS (OpenBao)](https://openbao.org/docs/configuration/seal/ovhcloud/) | + +:::info +Les produits compatibles via le [protocole KMIP](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, OpenBao, etc.) ne figurent pas dans cette liste : ces intégrations sont maintenues par leurs éditeurs respectifs, et non par OVHcloud. +::: + +## Aller plus loin + +- [Débuter avec OVHcloud KMS](/guides/manage-and-operate/kms/quick-start) +- [Présentation de KMS](/guides/manage-and-operate/kms/overview) +- [Connecter un produit compatible via KMIP](/guides/manage-and-operate/kms/kms-kmip) +- [Consulter la roadmap et le changelog](https://www.ovhcloud.com/fr/roadmap-changelog/) +- Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/docs/fr/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/fr/guides/manage-and-operate/secret-manager/third-party-integrations.mdx new file mode 100644 index 000000000..185345ac8 --- /dev/null +++ b/docs/fr/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -0,0 +1,39 @@ +--- +title: Intégrations tierces officielles avec OVHcloud Secret Manager +description: Découvrez les applications tierces officiellement intégrées à OVHcloud Secret Manager et accédez à la documentation associée +lastUpdated: 2026-06-25 +--- + +## Objectif + +OVHcloud maintient des intégrations dédiées pour certaines applications tierces qui synchronisent ou consomment des secrets stockés dans Secret Manager. Cette page de référence liste ces intégrations et renvoie vers la documentation nécessaire pour les mettre en place. + +**Ce guide liste les applications tierces officiellement intégrées à OVHcloud Secret Manager et renvoie vers leur documentation.** + +## Prérequis + +- Disposer d'un [compte client OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Disposer d'un [domaine OKMS](/guides/manage-and-operate/kms/quick-start) ou avoir [créé un premier secret](/guides/manage-and-operate/secret-manager/secret-manager-ui). + +## En pratique + +### Intégrations tierces officielles + +Le tableau ci-dessous est mis à jour à chaque nouvelle intégration maintenue par OVHcloud. Seuls les produits tiers disposant d'une intégration maintenue par OVHcloud y figurent. + +| Produit tiers | Type d'intégration | Documentation | +| :------------ | :----------------- | :------------ | +| **External Secrets Operator** (fournisseur Vault) | Synchronisation des secrets Kubernetes via l'API Vault KV2 sur OKMS | [Utiliser Kubernetes External Secrets Operator avec Secret Manager](/guides/manage-and-operate/secret-manager/external-secret-operator) · [ESO — fournisseur HashiCorp Vault](https://external-secrets.io/latest/provider/hashicorp-vault/) | +| **External Secrets Operator** (fournisseur OVHcloud) | Fournisseur OKMS natif (`provider.ovh`, ESO ≥ v2.3.0) | [Discover the ESO OVHcloud Provider](https://blog.ovhcloud.com/discover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%f0%9f%8e%89/) · [ESO — fournisseur OVHcloud](https://external-secrets.io/latest/provider/ovhcloud/) | + +:::info +L'[API compatible HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) est une surface d'API OVHcloud, et non une intégration produit tierce. Elle ne figure donc pas dans ce tableau. +::: + +## Aller plus loin + +- [Débuter avec Secret Manager](/guides/manage-and-operate/secret-manager/secret-manager-ui) +- [Utiliser Secret Manager avec l'API REST](/guides/manage-and-operate/secret-manager/rest-api) +- [Utiliser Secret Manager avec l'API compatible HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) +- [Consulter la roadmap et le changelog](https://www.ovhcloud.com/fr/roadmap-changelog/) +- Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/docs/it/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/it/guides/manage-and-operate/kms/third-party-integrations.mdx new file mode 100644 index 000000000..01249b502 --- /dev/null +++ b/docs/it/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -0,0 +1,40 @@ +--- +title: Integrazioni ufficiali di terze parti con OVHcloud KMS +description: Scopri le applicazioni di terze parti integrate ufficialmente con OVHcloud KMS e accedi alla documentazione correlata +lastUpdated: 2026-07-17 +--- + +## Obiettivo + +OVHcloud mantiene integrazioni dedicate per alcune applicazioni di terze parti, ad esempio plugin, operator e guide di configurazione. Questa pagina di riferimento elenca tali integrazioni e rimanda alla documentazione necessaria per configurarle. + +**Questa guida elenca le applicazioni di terze parti integrate ufficialmente con OVHcloud KMS e rimanda alla relativa documentazione.** + +## Prerequisiti + +- Disporre di un [account cliente OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Disporre di un [dominio OKMS](/guides/manage-and-operate/kms/quick-start) (per la maggior parte delle integrazioni). + +## Procedura + +### Integrazioni ufficiali di terze parti + +La tabella seguente viene aggiornata a ogni nuova integrazione mantenuta da OVHcloud. Sono elencati solo i prodotti di terze parti per i quali OVHcloud mantiene un'integrazione. + +| Prodotto di terze parti | Tipo di integrazione | Documentazione | +| :---------------------- | :------------------- | :------------- | +| **Kubernetes** | Crittografia ETCD a riposo tramite `okms-k8s-encryption-provider` | [Crittografare ETCD di Kubernetes con OVHcloud KMS](/guides/manage-and-operate/kms/kms-etcd) · [okms-k8s-encryption-provider](https://github.com/ovh/okms-k8s-encryption-provider) | +| **Cosign** | Firma di immagini OCI tramite KMS (URI `ovhcloud://`) | [Secure Image Signing with Cosign and OVHcloud KMS](https://blog.ovhcloud.com/secure-image-signing-cosign-ovhcloud-kms/) · [sigstore-kms-ovhcloud](https://github.com/ovh/sigstore-kms-ovhcloud) | +| **OpenBao** | Auto-unseal tramite il seal `ovhcloud` | [Seal OVHcloud KMS (OpenBao)](https://openbao.org/docs/configuration/seal/ovhcloud/) | + +:::info +I prodotti compatibili tramite il [protocollo KMIP](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, OpenBao, ecc.) non figurano in questo elenco: tali integrazioni sono mantenute dai rispettivi fornitori, non da OVHcloud. +::: + +## Per saperne di più + +- [Iniziare con OVHcloud KMS](/guides/manage-and-operate/kms/quick-start) +- [Panoramica di KMS](/guides/manage-and-operate/kms/overview) +- [Connettere un prodotto compatibile tramite KMIP](/guides/manage-and-operate/kms/kms-kmip) +- [Consultare la roadmap e il changelog](https://www.ovhcloud.com/it/roadmap-changelog/) +- Contatta la nostra [Community di utenti](/links/community). diff --git a/docs/it/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/it/guides/manage-and-operate/secret-manager/third-party-integrations.mdx new file mode 100644 index 000000000..1eb0a1191 --- /dev/null +++ b/docs/it/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -0,0 +1,39 @@ +--- +title: Integrazioni ufficiali di terze parti con OVHcloud Secret Manager +description: Scopri le applicazioni di terze parti integrate ufficialmente con OVHcloud Secret Manager e accedi alla documentazione correlata +lastUpdated: 2026-06-25 +--- + +## Obiettivo + +OVHcloud mantiene integrazioni dedicate per alcune applicazioni di terze parti che sincronizzano o utilizzano i secret archiviati in Secret Manager. Questa pagina di riferimento elenca tali integrazioni e rimanda alla documentazione necessaria per configurarle. + +**Questa guida elenca le applicazioni di terze parti integrate ufficialmente con OVHcloud Secret Manager e rimanda alla relativa documentazione.** + +## Prerequisiti + +- Disporre di un [account cliente OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Disporre di un [dominio OKMS](/guides/manage-and-operate/kms/quick-start) o aver [creato un primo secret](/guides/manage-and-operate/secret-manager/secret-manager-ui). + +## Procedura + +### Integrazioni ufficiali di terze parti + +La tabella seguente viene aggiornata a ogni nuova integrazione mantenuta da OVHcloud. Sono elencati solo i prodotti di terze parti per i quali OVHcloud mantiene un'integrazione. + +| Prodotto di terze parti | Tipo di integrazione | Documentazione | +| :---------------------- | :------------------- | :------------- | +| **External Secrets Operator** (provider Vault) | Sincronizzazione dei secret Kubernetes tramite l'API Vault KV2 su OKMS | [Utilizzare Kubernetes External Secrets Operator con Secret Manager](/guides/manage-and-operate/secret-manager/external-secret-operator) · [ESO — provider HashiCorp Vault](https://external-secrets.io/latest/provider/hashicorp-vault/) | +| **External Secrets Operator** (provider OVHcloud) | Provider OKMS nativo (`provider.ovh`, ESO ≥ v2.3.0) | [Discover the ESO OVHcloud Provider](https://blog.ovhcloud.com/discover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%f0%9f%8e%89/) · [ESO — provider OVHcloud](https://external-secrets.io/latest/provider/ovhcloud/) | + +:::info +L'[API compatibile HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) è una superficie API OVHcloud, non un'integrazione di prodotto di terze parti. Pertanto non figura in questa tabella. +::: + +## Per saperne di più + +- [Iniziare con Secret Manager](/guides/manage-and-operate/secret-manager/secret-manager-ui) +- [Utilizzare Secret Manager con l'API REST](/guides/manage-and-operate/secret-manager/rest-api) +- [Utilizzare Secret Manager con l'API compatibile HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) +- [Consultare la roadmap e il changelog](https://www.ovhcloud.com/it/roadmap-changelog/) +- Contatta la nostra [Community di utenti](/links/community). diff --git a/docs/pl/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/pl/guides/manage-and-operate/kms/third-party-integrations.mdx new file mode 100644 index 000000000..75d2fbc93 --- /dev/null +++ b/docs/pl/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -0,0 +1,40 @@ +--- +title: Oficjalne integracje zewnętrzne z OVHcloud KMS +description: Poznaj aplikacje zewnętrzne oficjalnie zintegrowane z OVHcloud KMS i znajdź powiązaną dokumentację +lastUpdated: 2026-07-17 +--- + +## Wprowadzenie + +OVHcloud utrzymuje dedykowane integracje dla wybranych aplikacji zewnętrznych, takich jak wtyczki, operatory i przewodniki konfiguracyjne. Ta strona referencyjna zawiera listę tych integracji oraz odnośniki do dokumentacji potrzebnej do ich skonfigurowania. + +**Ten przewodnik zawiera listę aplikacji zewnętrznych oficjalnie zintegrowanych z OVHcloud KMS oraz odnośniki do ich dokumentacji.** + +## Wymagania początkowe + +- Posiadanie [konta klienta OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Posiadanie [domeny OKMS](/guides/manage-and-operate/kms/quick-start) (w przypadku większości integracji). + +## W praktyce + +### Oficjalne integracje zewnętrzne + +Poniższa tabela jest aktualizowana wraz z udostępnianiem nowych integracji utrzymywanych przez OVHcloud. Na liście znajdują się wyłącznie produkty zewnętrzne, dla których OVHcloud utrzymuje integrację. + +| Produkt zewnętrzny | Typ integracji | Dokumentacja | +| :----------------- | :------------- | :----------- | +| **Kubernetes** | Szyfrowanie ETCD w spoczynku za pomocą `okms-k8s-encryption-provider` | [Szyfrowanie ETCD Kubernetes za pomocą OVHcloud KMS](/guides/manage-and-operate/kms/kms-etcd) · [okms-k8s-encryption-provider](https://github.com/ovh/okms-k8s-encryption-provider) | +| **Cosign** | Podpisywanie obrazów OCI za pomocą KMS (URI `ovhcloud://`) | [Secure Image Signing with Cosign and OVHcloud KMS](https://blog.ovhcloud.com/secure-image-signing-cosign-ovhcloud-kms/) · [sigstore-kms-ovhcloud](https://github.com/ovh/sigstore-kms-ovhcloud) | +| **OpenBao** | Auto-unseal za pomocą seal `ovhcloud` | [Seal OVHcloud KMS (OpenBao)](https://openbao.org/docs/configuration/seal/ovhcloud/) | + +:::info +Produkty zgodne z [protokołem KMIP](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, OpenBao itd.) nie są wymienione na tej liście: te integracje są utrzymywane przez odpowiednich dostawców, a nie przez OVHcloud. +::: + +## Sprawdź również + +- [Pierwsze kroki z OVHcloud KMS](/guides/manage-and-operate/kms/quick-start) +- [Przegląd KMS](/guides/manage-and-operate/kms/overview) +- [Podłączanie zgodnego produktu za pomocą KMIP](/guides/manage-and-operate/kms/kms-kmip) +- [Zobacz roadmapę i changelog](https://www.ovhcloud.com/pl/roadmap-changelog/) +- Dołącz do [grona naszych użytkowników](/links/community). diff --git a/docs/pl/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/pl/guides/manage-and-operate/secret-manager/third-party-integrations.mdx new file mode 100644 index 000000000..e734b0db2 --- /dev/null +++ b/docs/pl/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -0,0 +1,39 @@ +--- +title: Oficjalne integracje zewnętrzne z OVHcloud Secret Manager +description: Poznaj aplikacje zewnętrzne oficjalnie zintegrowane z OVHcloud Secret Manager i znajdź powiązaną dokumentację +lastUpdated: 2026-06-25 +--- + +## Wprowadzenie + +OVHcloud utrzymuje dedykowane integracje dla wybranych aplikacji zewnętrznych, które synchronizują lub wykorzystują sekrety przechowywane w Secret Manager. Ta strona referencyjna zawiera listę tych integracji oraz odnośniki do dokumentacji potrzebnej do ich skonfigurowania. + +**Ten przewodnik zawiera listę aplikacji zewnętrznych oficjalnie zintegrowanych z OVHcloud Secret Manager oraz odnośniki do ich dokumentacji.** + +## Wymagania początkowe + +- Posiadanie [konta klienta OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Posiadanie [domeny OKMS](/guides/manage-and-operate/kms/quick-start) lub [utworzenie pierwszego sekretu](/guides/manage-and-operate/secret-manager/secret-manager-ui). + +## W praktyce + +### Oficjalne integracje zewnętrzne + +Poniższa tabela jest aktualizowana wraz z udostępnianiem nowych integracji utrzymywanych przez OVHcloud. Na liście znajdują się wyłącznie produkty zewnętrzne, dla których OVHcloud utrzymuje integrację. + +| Produkt zewnętrzny | Typ integracji | Dokumentacja | +| :----------------- | :------------- | :----------- | +| **External Secrets Operator** (dostawca Vault) | Synchronizacja sekretów Kubernetes przez API Vault KV2 na OKMS | [Korzystanie z Kubernetes External Secrets Operator z Secret Manager](/guides/manage-and-operate/secret-manager/external-secret-operator) · [ESO — dostawca HashiCorp Vault](https://external-secrets.io/latest/provider/hashicorp-vault/) | +| **External Secrets Operator** (dostawca OVHcloud) | Natywny dostawca OKMS (`provider.ovh`, ESO ≥ v2.3.0) | [Discover the ESO OVHcloud Provider](https://blog.ovhcloud.com/discover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%f0%9f%8e%89/) · [ESO — dostawca OVHcloud](https://external-secrets.io/latest/provider/ovhcloud/) | + +:::info +[API zgodne z HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) jest powierzchnią API OVHcloud, a nie integracją produktu zewnętrznego. Dlatego nie figuruje w tej tabeli. +::: + +## Sprawdź również + +- [Pierwsze kroki z Secret Manager](/guides/manage-and-operate/secret-manager/secret-manager-ui) +- [Korzystanie z Secret Manager przez API REST](/guides/manage-and-operate/secret-manager/rest-api) +- [Korzystanie z Secret Manager przez API zgodne z HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) +- [Zobacz roadmapę i changelog](https://www.ovhcloud.com/pl/roadmap-changelog/) +- Dołącz do [grona naszych użytkowników](/links/community). diff --git a/docs/pt/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/pt/guides/manage-and-operate/kms/third-party-integrations.mdx new file mode 100644 index 000000000..c053e90f5 --- /dev/null +++ b/docs/pt/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -0,0 +1,40 @@ +--- +title: Integrações oficiais de terceiros com o OVHcloud KMS +description: Descubra as aplicações de terceiros oficialmente integradas com o OVHcloud KMS e aceda à documentação associada +lastUpdated: 2026-07-17 +--- + +## Objetivo + +A OVHcloud mantém integrações dedicadas para determinadas aplicações de terceiros, tais como plugins, operadores e guias de configuração. Esta página de referência lista essas integrações e remete para a documentação necessária para as configurar. + +**Este guia lista as aplicações de terceiros oficialmente integradas com o OVHcloud KMS e remete para a respetiva documentação.** + +## Requisitos + +- Dispor de uma [conta de cliente OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Dispor de um [domínio OKMS](/guides/manage-and-operate/kms/quick-start) (para a maioria das integrações). + +## Instruções + +### Integrações oficiais de terceiros + +A tabela abaixo é atualizada sempre que é publicada uma nova integração mantida pela OVHcloud. Apenas figuram os produtos de terceiros que dispõem de uma integração mantida pela OVHcloud. + +| Produto de terceiros | Tipo de integração | Documentação | +| :------------------- | :----------------- | :----------- | +| **Kubernetes** | Encriptação ETCD em repouso através de `okms-k8s-encryption-provider` | [Encriptar o ETCD do Kubernetes com o OVHcloud KMS](/guides/manage-and-operate/kms/kms-etcd) · [okms-k8s-encryption-provider](https://github.com/ovh/okms-k8s-encryption-provider) | +| **Cosign** | Assinatura de imagens OCI através do KMS (URI `ovhcloud://`) | [Secure Image Signing with Cosign and OVHcloud KMS](https://blog.ovhcloud.com/secure-image-signing-cosign-ovhcloud-kms/) · [sigstore-kms-ovhcloud](https://github.com/ovh/sigstore-kms-ovhcloud) | +| **OpenBao** | Auto-unseal através do seal `ovhcloud` | [Seal OVHcloud KMS (OpenBao)](https://openbao.org/docs/configuration/seal/ovhcloud/) | + +:::info +Os produtos compatíveis através do [protocolo KMIP](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, OpenBao, etc.) não figuram nesta lista: essas integrações são mantidas pelos respetivos editores, e não pela OVHcloud. +::: + +## Quer saber mais? + +- [Começar com o OVHcloud KMS](/guides/manage-and-operate/kms/quick-start) +- [Apresentação do KMS](/guides/manage-and-operate/kms/overview) +- [Ligar um produto compatível através do KMIP](/guides/manage-and-operate/kms/kms-kmip) +- [Consultar a roadmap e o changelog](https://www.ovhcloud.com/pt/roadmap-changelog/) +- Fale com a nossa [comunidade de utilizadores](/links/community). diff --git a/docs/pt/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/pt/guides/manage-and-operate/secret-manager/third-party-integrations.mdx new file mode 100644 index 000000000..48b7356cb --- /dev/null +++ b/docs/pt/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -0,0 +1,39 @@ +--- +title: Integrações oficiais de terceiros com o OVHcloud Secret Manager +description: Descubra as aplicações de terceiros oficialmente integradas com o OVHcloud Secret Manager e aceda à documentação associada +lastUpdated: 2026-06-25 +--- + +## Objetivo + +A OVHcloud mantém integrações dedicadas para determinadas aplicações de terceiros que sincronizam ou consomem segredos armazenados no Secret Manager. Esta página de referência lista essas integrações e remete para a documentação necessária para as configurar. + +**Este guia lista as aplicações de terceiros oficialmente integradas com o OVHcloud Secret Manager e remete para a respetiva documentação.** + +## Requisitos + +- Dispor de uma [conta de cliente OVHcloud](/guides/account-and-service-management/account-information/ovhcloud-account-creation). +- Dispor de um [domínio OKMS](/guides/manage-and-operate/kms/quick-start) ou ter [criado um primeiro segredo](/guides/manage-and-operate/secret-manager/secret-manager-ui). + +## Instruções + +### Integrações oficiais de terceiros + +A tabela abaixo é atualizada sempre que é publicada uma nova integração mantida pela OVHcloud. Apenas figuram os produtos de terceiros que dispõem de uma integração mantida pela OVHcloud. + +| Produto de terceiros | Tipo de integração | Documentação | +| :------------------- | :----------------- | :----------- | +| **External Secrets Operator** (fornecedor Vault) | Sincronização de segredos Kubernetes através da API Vault KV2 no OKMS | [Utilizar o Kubernetes External Secrets Operator com o Secret Manager](/guides/manage-and-operate/secret-manager/external-secret-operator) · [ESO — fornecedor HashiCorp Vault](https://external-secrets.io/latest/provider/hashicorp-vault/) | +| **External Secrets Operator** (fornecedor OVHcloud) | Fornecedor OKMS nativo (`provider.ovh`, ESO ≥ v2.3.0) | [Discover the ESO OVHcloud Provider](https://blog.ovhcloud.com/discover-the-external-secret-operator-eso-ovhcloud-provider-to-manage-your-kubernetes-secrets-%f0%9f%8e%89/) · [ESO — fornecedor OVHcloud](https://external-secrets.io/latest/provider/ovhcloud/) | + +:::info +A [API compatível com HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) é uma superfície de API da OVHcloud, e não uma integração de produto de terceiros. Por isso, não figura nesta tabela. +::: + +## Quer saber mais? + +- [Começar com o Secret Manager](/guides/manage-and-operate/secret-manager/secret-manager-ui) +- [Utilizar o Secret Manager com a API REST](/guides/manage-and-operate/secret-manager/rest-api) +- [Utilizar o Secret Manager com a API compatível com HashiCorp Vault KV2](/guides/manage-and-operate/secret-manager/kv2-api) +- [Consultar a roadmap e o changelog](https://www.ovhcloud.com/pt/roadmap-changelog/) +- Fale com a nossa [comunidade de utilizadores](/links/community). From c7e237b99edccd34e2423f054fe2dd75e39255c6 Mon Sep 17 00:00:00 2001 From: Benoit Chuchla Date: Fri, 17 Jul 2026 12:49:57 +0200 Subject: [PATCH 4/5] docs: proofreading okms third-party integrations guides - fix FR NBSP before colon in kms third-party-integrations - expand descriptions to optimal SEO length (7 locales, both guides) - bump Secret Manager third-party-integrations lastUpdated to 2026-07-17 --- .../manage-and-operate/kms/third-party-integrations.mdx | 2 +- .../secret-manager/third-party-integrations.mdx | 4 ++-- .../manage-and-operate/kms/third-party-integrations.mdx | 2 +- .../secret-manager/third-party-integrations.mdx | 4 ++-- .../manage-and-operate/kms/third-party-integrations.mdx | 2 +- .../secret-manager/third-party-integrations.mdx | 4 ++-- .../manage-and-operate/kms/third-party-integrations.mdx | 4 ++-- .../secret-manager/third-party-integrations.mdx | 4 ++-- .../manage-and-operate/kms/third-party-integrations.mdx | 2 +- .../secret-manager/third-party-integrations.mdx | 4 ++-- .../manage-and-operate/kms/third-party-integrations.mdx | 2 +- .../secret-manager/third-party-integrations.mdx | 4 ++-- .../manage-and-operate/kms/third-party-integrations.mdx | 2 +- .../secret-manager/third-party-integrations.mdx | 4 ++-- 14 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/de/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/de/guides/manage-and-operate/kms/third-party-integrations.mdx index 82888f533..7ece291b9 100644 --- a/docs/de/guides/manage-and-operate/kms/third-party-integrations.mdx +++ b/docs/de/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -1,6 +1,6 @@ --- title: Offizielle Drittanbieter-Integrationen mit OVHcloud KMS -description: Entdecken Sie Drittanwendungen, die offiziell mit OVHcloud KMS integriert sind, und finden Sie die zugehörige Dokumentation +description: Entdecken Sie Drittanwendungen, die offiziell mit OVHcloud KMS integriert sind, und finden Sie die Dokumentation zur Einrichtung jeder Integration lastUpdated: 2026-07-17 --- diff --git a/docs/de/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/de/guides/manage-and-operate/secret-manager/third-party-integrations.mdx index dbfd246bd..72c091c0e 100644 --- a/docs/de/guides/manage-and-operate/secret-manager/third-party-integrations.mdx +++ b/docs/de/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -1,7 +1,7 @@ --- title: Offizielle Drittanbieter-Integrationen mit OVHcloud Secret Manager -description: Entdecken Sie Drittanwendungen, die offiziell mit OVHcloud Secret Manager integriert sind, und finden Sie die zugehörige Dokumentation -lastUpdated: 2026-06-25 +description: Entdecken Sie Drittanwendungen, die offiziell mit OVHcloud Secret Manager integriert sind, und finden Sie die Dokumentation zur Einrichtung jeder Integration +lastUpdated: 2026-07-17 --- ## Ziel diff --git a/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx index 7a3565773..d1a295fd7 100644 --- a/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx +++ b/docs/en/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -1,6 +1,6 @@ --- title: Official third-party integrations with OVHcloud KMS -description: Discover third-party applications officially integrated with OVHcloud KMS and find the related documentation +description: Discover third-party applications officially integrated with OVHcloud KMS and find the documentation to set up each integration lastUpdated: 2026-07-17 --- diff --git a/docs/en/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/en/guides/manage-and-operate/secret-manager/third-party-integrations.mdx index 61a8f08a0..9eafe966b 100644 --- a/docs/en/guides/manage-and-operate/secret-manager/third-party-integrations.mdx +++ b/docs/en/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -1,7 +1,7 @@ --- title: Official third-party integrations with OVHcloud Secret Manager -description: Discover third-party applications officially integrated with OVHcloud Secret Manager and find the related documentation -lastUpdated: 2026-06-25 +description: Discover third-party applications officially integrated with OVHcloud Secret Manager and find the documentation to set up each integration +lastUpdated: 2026-07-17 --- ## Objective diff --git a/docs/es/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/es/guides/manage-and-operate/kms/third-party-integrations.mdx index a0fec9b23..394a13833 100644 --- a/docs/es/guides/manage-and-operate/kms/third-party-integrations.mdx +++ b/docs/es/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -1,6 +1,6 @@ --- title: Integraciones oficiales de terceros con OVHcloud KMS -description: Descubra las aplicaciones de terceros integradas oficialmente con OVHcloud KMS y acceda a la documentación asociada +description: Descubra las aplicaciones de terceros integradas oficialmente con OVHcloud KMS y acceda a la documentación para configurar cada integración lastUpdated: 2026-07-17 --- diff --git a/docs/es/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/es/guides/manage-and-operate/secret-manager/third-party-integrations.mdx index 4c75974b2..d78309c1c 100644 --- a/docs/es/guides/manage-and-operate/secret-manager/third-party-integrations.mdx +++ b/docs/es/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -1,7 +1,7 @@ --- title: Integraciones oficiales de terceros con OVHcloud Secret Manager -description: Descubra las aplicaciones de terceros integradas oficialmente con OVHcloud Secret Manager y acceda a la documentación asociada -lastUpdated: 2026-06-25 +description: Descubra las aplicaciones de terceros integradas oficialmente con OVHcloud Secret Manager y acceda a la documentación para configurar cada integración +lastUpdated: 2026-07-17 --- ## Objetivo diff --git a/docs/fr/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/fr/guides/manage-and-operate/kms/third-party-integrations.mdx index 67bba64a3..8971d9648 100644 --- a/docs/fr/guides/manage-and-operate/kms/third-party-integrations.mdx +++ b/docs/fr/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -1,6 +1,6 @@ --- title: Intégrations tierces officielles avec OVHcloud KMS -description: Découvrez les applications tierces officiellement intégrées à OVHcloud KMS et accédez à la documentation associée +description: Découvrez les applications tierces officiellement intégrées à OVHcloud KMS et accédez à la documentation pour configurer chaque intégration lastUpdated: 2026-07-17 --- @@ -28,7 +28,7 @@ Le tableau ci-dessous est mis à jour à chaque nouvelle intégration maintenue | **OpenBao** | Auto-unseal via le seal `ovhcloud` | [Seal OVHcloud KMS (OpenBao)](https://openbao.org/docs/configuration/seal/ovhcloud/) | :::info -Les produits compatibles via le [protocole KMIP](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, OpenBao, etc.) ne figurent pas dans cette liste : ces intégrations sont maintenues par leurs éditeurs respectifs, et non par OVHcloud. +Les produits compatibles via le [protocole KMIP](/guides/manage-and-operate/kms/kms-kmip) (VMware, Nutanix, MongoDB, OpenBao, etc.) ne figurent pas dans cette liste : ces intégrations sont maintenues par leurs éditeurs respectifs, et non par OVHcloud. ::: ## Aller plus loin diff --git a/docs/fr/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/fr/guides/manage-and-operate/secret-manager/third-party-integrations.mdx index 185345ac8..ae82239ce 100644 --- a/docs/fr/guides/manage-and-operate/secret-manager/third-party-integrations.mdx +++ b/docs/fr/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -1,7 +1,7 @@ --- title: Intégrations tierces officielles avec OVHcloud Secret Manager -description: Découvrez les applications tierces officiellement intégrées à OVHcloud Secret Manager et accédez à la documentation associée -lastUpdated: 2026-06-25 +description: Découvrez les applications tierces officiellement intégrées à OVHcloud Secret Manager et accédez à la documentation pour configurer chaque intégration +lastUpdated: 2026-07-17 --- ## Objectif diff --git a/docs/it/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/it/guides/manage-and-operate/kms/third-party-integrations.mdx index 01249b502..e6f2f1142 100644 --- a/docs/it/guides/manage-and-operate/kms/third-party-integrations.mdx +++ b/docs/it/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -1,6 +1,6 @@ --- title: Integrazioni ufficiali di terze parti con OVHcloud KMS -description: Scopri le applicazioni di terze parti integrate ufficialmente con OVHcloud KMS e accedi alla documentazione correlata +description: Scopri le applicazioni di terze parti integrate ufficialmente con OVHcloud KMS e accedi alla documentazione per configurare ogni integrazione lastUpdated: 2026-07-17 --- diff --git a/docs/it/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/it/guides/manage-and-operate/secret-manager/third-party-integrations.mdx index 1eb0a1191..40b8c8068 100644 --- a/docs/it/guides/manage-and-operate/secret-manager/third-party-integrations.mdx +++ b/docs/it/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -1,7 +1,7 @@ --- title: Integrazioni ufficiali di terze parti con OVHcloud Secret Manager -description: Scopri le applicazioni di terze parti integrate ufficialmente con OVHcloud Secret Manager e accedi alla documentazione correlata -lastUpdated: 2026-06-25 +description: Scopri le applicazioni di terze parti integrate ufficialmente con OVHcloud Secret Manager e accedi alla documentazione per configurare ogni integrazione +lastUpdated: 2026-07-17 --- ## Obiettivo diff --git a/docs/pl/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/pl/guides/manage-and-operate/kms/third-party-integrations.mdx index 75d2fbc93..995ff1926 100644 --- a/docs/pl/guides/manage-and-operate/kms/third-party-integrations.mdx +++ b/docs/pl/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -1,6 +1,6 @@ --- title: Oficjalne integracje zewnętrzne z OVHcloud KMS -description: Poznaj aplikacje zewnętrzne oficjalnie zintegrowane z OVHcloud KMS i znajdź powiązaną dokumentację +description: Poznaj aplikacje zewnętrzne oficjalnie zintegrowane z OVHcloud KMS i znajdź dokumentację umożliwiającą skonfigurowanie każdej integracji lastUpdated: 2026-07-17 --- diff --git a/docs/pl/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/pl/guides/manage-and-operate/secret-manager/third-party-integrations.mdx index e734b0db2..e5b264992 100644 --- a/docs/pl/guides/manage-and-operate/secret-manager/third-party-integrations.mdx +++ b/docs/pl/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -1,7 +1,7 @@ --- title: Oficjalne integracje zewnętrzne z OVHcloud Secret Manager -description: Poznaj aplikacje zewnętrzne oficjalnie zintegrowane z OVHcloud Secret Manager i znajdź powiązaną dokumentację -lastUpdated: 2026-06-25 +description: Poznaj aplikacje zewnętrzne oficjalnie zintegrowane z OVHcloud Secret Manager i znajdź dokumentację umożliwiającą skonfigurowanie każdej integracji +lastUpdated: 2026-07-17 --- ## Wprowadzenie diff --git a/docs/pt/guides/manage-and-operate/kms/third-party-integrations.mdx b/docs/pt/guides/manage-and-operate/kms/third-party-integrations.mdx index c053e90f5..cef82f603 100644 --- a/docs/pt/guides/manage-and-operate/kms/third-party-integrations.mdx +++ b/docs/pt/guides/manage-and-operate/kms/third-party-integrations.mdx @@ -1,6 +1,6 @@ --- title: Integrações oficiais de terceiros com o OVHcloud KMS -description: Descubra as aplicações de terceiros oficialmente integradas com o OVHcloud KMS e aceda à documentação associada +description: Descubra as aplicações de terceiros oficialmente integradas com o OVHcloud KMS e aceda à documentação para configurar cada integração lastUpdated: 2026-07-17 --- diff --git a/docs/pt/guides/manage-and-operate/secret-manager/third-party-integrations.mdx b/docs/pt/guides/manage-and-operate/secret-manager/third-party-integrations.mdx index 48b7356cb..40286c9b5 100644 --- a/docs/pt/guides/manage-and-operate/secret-manager/third-party-integrations.mdx +++ b/docs/pt/guides/manage-and-operate/secret-manager/third-party-integrations.mdx @@ -1,7 +1,7 @@ --- title: Integrações oficiais de terceiros com o OVHcloud Secret Manager -description: Descubra as aplicações de terceiros oficialmente integradas com o OVHcloud Secret Manager e aceda à documentação associada -lastUpdated: 2026-06-25 +description: Descubra as aplicações de terceiros oficialmente integradas com o OVHcloud Secret Manager e aceda à documentação para configurar cada integração +lastUpdated: 2026-07-17 --- ## Objetivo From ad2d0a207fe93d6ffa2febef86350a123d2d49f9 Mon Sep 17 00:00:00 2001 From: Benoit Chuchla Date: Fri, 17 Jul 2026 13:05:01 +0200 Subject: [PATCH 5/5] docs: restore OpenBao KMIP entry in kms-kmip translations and bump date - re-add OpenBao to de/es/it/pl/pt kms-kmip (dropped when the develop merge turned the EN symlinks into real PR 411 translations) - bump lastUpdated to 2026-07-17 across all 7 locales --- docs/de/guides/manage-and-operate/kms/kms-kmip.mdx | 3 ++- docs/en/guides/manage-and-operate/kms/kms-kmip.mdx | 2 +- docs/es/guides/manage-and-operate/kms/kms-kmip.mdx | 3 ++- docs/fr/guides/manage-and-operate/kms/kms-kmip.mdx | 2 +- docs/it/guides/manage-and-operate/kms/kms-kmip.mdx | 3 ++- docs/pl/guides/manage-and-operate/kms/kms-kmip.mdx | 3 ++- docs/pt/guides/manage-and-operate/kms/kms-kmip.mdx | 3 ++- 7 files changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/de/guides/manage-and-operate/kms/kms-kmip.mdx b/docs/de/guides/manage-and-operate/kms/kms-kmip.mdx index 06d57a1b0..1f1273816 100644 --- a/docs/de/guides/manage-and-operate/kms/kms-kmip.mdx +++ b/docs/de/guides/manage-and-operate/kms/kms-kmip.mdx @@ -1,7 +1,7 @@ --- title: Ein kompatibles Produkt über das KMIP-Protokoll verbinden description: So kommunizieren Sie über das KMIP-Protokoll mit dem OVHcloud KMS -lastUpdated: 2026-07-16 +lastUpdated: 2026-07-17 --- ## Ziel @@ -34,6 +34,7 @@ Als Beispiel wurden die folgenden Produkte mit dem OVHcloud KMS validiert: - [Nutanix](https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Security-Guide-v6_8:wc-security-data-encryption-setup-t.html) - [VMware](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-security.html) - [MongoDB](https://www.mongodb.com/docs/manual/core/csfle/tutorials/kmip/kmip-automatic/) +- [OpenBao](https://openbao.org/docs/configuration/seal/kmip/) - [Barbican](https://docs.openstack.org/barbican/latest/install/barbican-backend.html#kmip-plugin) - für die On-Premise-Nutzung - [NetApp](https://docs.netapp.com/us-en/ontap/encryption-at-rest/configure-external-key-management-concept.html) - für die On-Premise-Nutzung diff --git a/docs/en/guides/manage-and-operate/kms/kms-kmip.mdx b/docs/en/guides/manage-and-operate/kms/kms-kmip.mdx index d02deb3b3..088875bac 100644 --- a/docs/en/guides/manage-and-operate/kms/kms-kmip.mdx +++ b/docs/en/guides/manage-and-operate/kms/kms-kmip.mdx @@ -1,7 +1,7 @@ --- title: How to connect a compatible product using KMIP protocol description: How to communicate with the OVHcloud KMS using KMIP protocol -lastUpdated: 2026-07-16 +lastUpdated: 2026-07-17 --- ## Objective diff --git a/docs/es/guides/manage-and-operate/kms/kms-kmip.mdx b/docs/es/guides/manage-and-operate/kms/kms-kmip.mdx index a1df0af2b..4fdbf076a 100644 --- a/docs/es/guides/manage-and-operate/kms/kms-kmip.mdx +++ b/docs/es/guides/manage-and-operate/kms/kms-kmip.mdx @@ -1,7 +1,7 @@ --- title: Cómo conectar un producto compatible utilizando el protocolo KMIP description: Cómo comunicarse con el KMS OVHcloud mediante el protocolo KMIP -lastUpdated: 2026-07-16 +lastUpdated: 2026-07-17 --- ## Objetivo @@ -33,6 +33,7 @@ A modo de ejemplo, los siguientes productos se han validado para su uso con el K - [Nutanix](https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Security-Guide-v6_8:wc-security-data-encryption-setup-t.html) - [VMware](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-security.html) - [MongoDB](https://www.mongodb.com/docs/manual/core/csfle/tutorials/kmip/kmip-automatic/) +- [OpenBao](https://openbao.org/docs/configuration/seal/kmip/) - [Barbican](https://docs.openstack.org/barbican/latest/install/barbican-backend.html#kmip-plugin) - para un uso *On-Premise* - [NetApp](https://docs.netapp.com/us-en/ontap/encryption-at-rest/configure-external-key-management-concept.html) - para un uso *On-Premise* diff --git a/docs/fr/guides/manage-and-operate/kms/kms-kmip.mdx b/docs/fr/guides/manage-and-operate/kms/kms-kmip.mdx index 827db639e..37eec8210 100644 --- a/docs/fr/guides/manage-and-operate/kms/kms-kmip.mdx +++ b/docs/fr/guides/manage-and-operate/kms/kms-kmip.mdx @@ -1,7 +1,7 @@ --- title: Comment connecter un produit compatible en utilisant le protocole KMIP description: Comment communiquer avec le KMS OVHcloud avec le protocole KMIP -lastUpdated: 2026-07-16 +lastUpdated: 2026-07-17 --- ## Objectif diff --git a/docs/it/guides/manage-and-operate/kms/kms-kmip.mdx b/docs/it/guides/manage-and-operate/kms/kms-kmip.mdx index ed9352b8b..0dd7d72ad 100644 --- a/docs/it/guides/manage-and-operate/kms/kms-kmip.mdx +++ b/docs/it/guides/manage-and-operate/kms/kms-kmip.mdx @@ -1,7 +1,7 @@ --- title: Come connettere un prodotto compatibile utilizzando il protocollo KMIP description: Come comunicare con il KMS OVHcloud tramite il protocollo KMIP -lastUpdated: 2026-07-16 +lastUpdated: 2026-07-17 --- ## Obiettivo @@ -33,6 +33,7 @@ A titolo di esempio, i seguenti prodotti sono stati convalidati per l'utilizzo c - [Nutanix](https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Security-Guide-v6_8:wc-security-data-encryption-setup-t.html) - [VMware](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-security.html) - [MongoDB](https://www.mongodb.com/docs/manual/core/csfle/tutorials/kmip/kmip-automatic/) +- [OpenBao](https://openbao.org/docs/configuration/seal/kmip/) - [Barbican](https://docs.openstack.org/barbican/latest/install/barbican-backend.html#kmip-plugin) - per un utilizzo *On-Premise* - [NetApp](https://docs.netapp.com/us-en/ontap/encryption-at-rest/configure-external-key-management-concept.html) - per un utilizzo *On-Premise* diff --git a/docs/pl/guides/manage-and-operate/kms/kms-kmip.mdx b/docs/pl/guides/manage-and-operate/kms/kms-kmip.mdx index 45c001be0..c252224ae 100644 --- a/docs/pl/guides/manage-and-operate/kms/kms-kmip.mdx +++ b/docs/pl/guides/manage-and-operate/kms/kms-kmip.mdx @@ -1,7 +1,7 @@ --- title: Jak połączyć kompatybilny produkt za pomocą protokołu KMIP description: Jak komunikować się z OVHcloud KMS za pomocą protokołu KMIP -lastUpdated: 2026-07-16 +lastUpdated: 2026-07-17 --- ## Wprowadzenie @@ -34,6 +34,7 @@ Poniższe produkty zostały przykładowo zweryfikowane pod kątem współpracy z - [Nutanix](https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Security-Guide-v6_8:wc-security-data-encryption-setup-t.html) - [VMware](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-security.html) - [MongoDB](https://www.mongodb.com/docs/manual/core/csfle/tutorials/kmip/kmip-automatic/) +- [OpenBao](https://openbao.org/docs/configuration/seal/kmip/) - [Barbican](https://docs.openstack.org/barbican/latest/install/barbican-backend.html#kmip-plugin) - do zastosowań On-Premise - [NetApp](https://docs.netapp.com/us-en/ontap/encryption-at-rest/configure-external-key-management-concept.html) - do zastosowań On-Premise diff --git a/docs/pt/guides/manage-and-operate/kms/kms-kmip.mdx b/docs/pt/guides/manage-and-operate/kms/kms-kmip.mdx index 1d1f9c06e..81624b96b 100644 --- a/docs/pt/guides/manage-and-operate/kms/kms-kmip.mdx +++ b/docs/pt/guides/manage-and-operate/kms/kms-kmip.mdx @@ -1,7 +1,7 @@ --- title: Como ligar um produto compatível utilizando o protocolo KMIP description: Como comunicar com o KMS OVHcloud através do protocolo KMIP -lastUpdated: 2026-07-16 +lastUpdated: 2026-07-17 --- ## Objetivo @@ -33,6 +33,7 @@ A título de exemplo, os seguintes produtos foram validados para utilização co - [Nutanix](https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Security-Guide-v6_8:wc-security-data-encryption-setup-t.html) - [VMware](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-security.html) - [MongoDB](https://www.mongodb.com/docs/manual/core/csfle/tutorials/kmip/kmip-automatic/) +- [OpenBao](https://openbao.org/docs/configuration/seal/kmip/) - [Barbican](https://docs.openstack.org/barbican/latest/install/barbican-backend.html#kmip-plugin) - para uma utilização *On-Premise* - [NetApp](https://docs.netapp.com/us-en/ontap/encryption-at-rest/configure-external-key-management-concept.html) - para uma utilização *On-Premise*