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
PS-9769 [DOCs] Configure the print-site plugin for PDF generation (#495)
new file: _resourcepdf/overrides/404.html
new file: _resourcepdf/overrides/main.html
new file: _resourcepdf/overrides/partials/banner.html
new file: _resourcepdf/overrides/partials/copyright.html
new file: _resourcepdf/overrides/partials/header.html
new file: docs/templates/pdf_cover_page.tpl
modified: mkdocs-base.yml
deleted: mkdocs-pdf.yml
modified: mkdocs.yml
modified: requirements.txt
This file was automatically generated - do not edit
3
+
-#}
4
+
{% extends "main.html" %}
5
+
{% block content %}
6
+
<h1>404 - Not found</h1>
7
+
<p>
8
+
We can't find the page you are looking for. Try using the Search or <ahref= "{{ config.extra.homepage | d(nav.homepage.url, true) | url }}"> return to homepage </a>. </p>
Copy file name to clipboardExpand all lines: docs/using-kmip.md
-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Using the Key Management Interoperability Protocol (KMIP)
2
2
3
-
As of Percona Server for MySQL 8.0.30-22, the `Key Management Interoperability Protocol (KMIP)` feature is [Generally Available (GA)](glossary.md##general-availability-ga).
4
-
5
3
**Percona Server for MySQL** 8.0.27-18 adds support for the [OASIS Key Management Interoperability Protocol (KMIP)](https://docs.oasis-open.org/kmip/kmip-spec/v2.0/os/kmip-spec-v2.0-os.html). This implementation was tested with the [PyKMIP server](https://pykmip.readthedocs.io/en/latest/server.html) and the [HashiCorp Vault Enterprise KMIP Secrets Engine](https://www.vaultproject.io/docs/secrets/kmip).
6
4
7
5
KMIP enables communication between key management systems and the database server. The protocol can do the following:
Thank you for your feedback! Help us improve by following this <a href="https://docs.google.com/forms/d/1bkWACehjqlwA0AKf-qTJcXvYbOSYgze8iTPXjntqmNo/edit" target="_blank" rel="noopener">feedback form</a>.
29
+
Thanks for your feedback! Help us improve by following this <a href="https://docs.google.com/forms/d/1bkWACehjqlwA0AKf-qTJcXvYbOSYgze8iTPXjntqmNo/edit" target="_blank" rel="noopener">feedback form</a>.
0 commit comments