Skip to content

Commit

Permalink
PS-9082 Update security menu (8.0)
Browse files Browse the repository at this point in the history
	modified:   docs/components-keyrings-comparison.md
	modified:   mkdocs-base.yml
  • Loading branch information
patrickbirch committed Jan 24, 2024
1 parent 2d1aa01 commit 1653303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/components-keyrings-comparison.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Keyring components and keyring plugins
# Compare keyring components and keyring plugins

If you want to store encryption keys in Percona Server for MySQL securely, you have two options: keyring components and plugins. They are similar in functionality, but they have some differences that you should consider before choosing.

Expand All @@ -10,4 +10,4 @@ Keyring plugins are older than keyring components. You can load them using the `

However, keyring plugins also have some limitations. They have more restrictions on the types and lengths of keys they can support. For example, they cannot handle RSA keys, while keyring components can. They also require you to specify the plugin name and library file for each plugin you load.

To summarize, keyring components and plugins are ways to store encryption keys in Percona Server for MySQL, but they have different advantages and disadvantages. You should choose the one that suits your needs and preferences.
To summarize, keyring components and plugins are ways to store encryption keys in Percona Server for MySQL, but they have different advantages and disadvantages. You should choose the one that suits your needs and preferences.
4 changes: 2 additions & 2 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ nav:

- Data-at-rest-encryption:
- data-at-rest-encryption.md
- components-keyrings-comparison.md
- using-keyring-plugin.md
- Keyring plugin and components:
- components-keyrings-comparison.md
- using-keyring-plugin.md
- using-kmip.md
- using-amz-kms.md
- encrypting-tables.md
Expand Down

0 comments on commit 1653303

Please sign in to comment.