Skip to content

Commit

Permalink
Update plugins/azure/mysqlserver/mysqlFlexibleServerCMKEncrypted.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadev4 authored Sep 16, 2024
1 parent 69e81c4 commit 3c41a68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
domain: 'Databases',
severity: 'High',
description: 'Ensures that MySQL flexible servers are encrypted using CMK.',
more_info: 'MySQL flexible server allows you to encrypt data using customer-managed keys (CMK) instead of using platform-managed keys, which are enabled by default. Using CMK encryption offers enhanced security and compliance, allowing centralized management and control of encryption keys through Azure Key Vault.',
more_info: 'MySQL flexible server allows you to encrypt data using customer-managed keys (CMK) instead of using platform-managed keys, which are enabled by default. Using CMK encryption offers enhanced security and compliance, allowing centralized management and control of encryption keys through Azure Key Vault. It adds an extra layer of protection against unauthorized access to sensitive data stored in the database.',
recommended_action: 'Modify MySQL flexible server and disable public network access.',
link: 'https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-customer-managed-key',
apis: ['servers:listMysqlFlexibleServer'],
Expand Down

0 comments on commit 3c41a68

Please sign in to comment.