Details
-
Admin & Maintenance Task
-
Status: Done
-
Medium
-
Resolution: Fixed
-
None
-
None
-
Yes
Description
https://docs.percona.com/percona-server/8.0/security/using-kmip.html
{ "read_local_manifest": false, "components": "file:///component_keyring_kmip" } and { "components": "file:///component_keyring_kmip" }
There is an extra forward-slash. It should be only two
{ "read_local_manifest": false, "components": "file://component_keyring_kmip" } and { "components": "file://component_keyring_kmip" }
https://docs.percona.com/percona-server/8.0/security/using-amz-kms.html
Same as KMIP (it is showing 3 forward-slashes) and also, KMS is displaying KMIP component.
{ "read_local_manifest": false, "components": "file:///component_keyring_kmip" } and { "components": "file:///component_keyring_kmip" }
Should read:
{ "read_local_manifest": false, "components": "file://component_keyring_kms" } and { "components": "file://component_keyring_kms" }