Rechercher dans le manuel MySQL
6.4.4.9 Plugin-Specific Keyring Key-Management Functions
For each keyring plugin-specific user-defined function (UDF), this section describes its purpose, calling sequence, and return value. For information about general-purpose keyring UDFs, see Section 6.4.4.8, “General-Purpose Keyring Key-Management Functions”.
This UDF is associated with the
keyring_aws
plugin. Its use requires theSUPER
privilege.keyring_aws_rotate_cmk()
rotates the customer master key (CMK). Rotation changes only the key that AWS KMS uses for subsequent data key-encryption operations. AWS KMS maintains previous CMK versions, so keys generated using previous CMKs remain decryptable after rotation.Rotation changes the CMK value used inside AWS KMS but does not change the ID used to refer to it, so there is no need to change the
keyring_aws_cmk_id
system variable after callingkeyring_aws_rotate_cmk()
.Arguments:
None.
Return value:
Returns 1 for success, or
NULL
and an error for failure.This UDF is associated with the
keyring_aws
plugin. Its use requires theSUPER
privilege.keyring_aws_rotate_keys()
rotates keys stored in thekeyring_aws
storage file named by thekeyring_aws_data_file
system variable. Rotation sends each key stored in the file to AWS KMS for re-encryption using the value of thekeyring_aws_cmk_id
system variable as the CMK value, and stores the new encrypted keys in the file.keyring_aws_rotate_keys()
is useful for key re-encryption under these circumstances:After rotating the CMK; that is, after invoking the
keyring_aws_rotate_cmk()
UDFAfter changing the
keyring_aws_cmk_id
system variable to a different key value
Arguments:
None.
Return value:
Returns 1 for success, or
NULL
and an error for failure.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-keyring-udfs-plugin-specific.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.