Uploaded image for project: 'Percona Server for MySQL'
  1. Percona Server for MySQL
  2. PS-8609

Typo in KMIP / KMS documentation

Details

    • Admin & Maintenance Task
    • Status: Done
    • Medium
    • Resolution: Fixed
    • None
    • 8.0.31-23 (Q4 2022)
    • Documentation
    • 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"
      }
       

      Attachments

        Activity

          People

            patrick.birch Patrick Birch
            marcelo.altmann Marcelo Altmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Smart Checklist