Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgresqlServerCMKencrypted #1741

Merged

Conversation

fatima99s
Copy link
Contributor

No description provided.

exports.js Outdated
@@ -806,6 +806,7 @@ module.exports = {
'logRetentionDays' : require(__dirname + '/plugins/azure/postgresqlserver/logRetentionDays.js'),
'connectionThrottlingEnabled' : require(__dirname + '/plugins/azure/postgresqlserver/connectionThrottlingEnabled.js'),
'logDurationEnabled' : require(__dirname + '/plugins/azure/postgresqlserver/logDurationEnabled.js'),
'postgresqlCMKEncrypted' : require(__dirname + '/plugins/azure/postgresqlserver/postgresqlEncryptionAtRestWithCMK.js'),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'postgresqlCMKEncrypted' : require(__dirname + '/plugins/azure/postgresqlserver/postgresqlEncryptionAtRestWithCMK.js'),
'postgresqlCMKEncrypted' : require(__dirname + '/plugins/azure/postgresqlserver/postgresqlEncryptionAtRestWithCMK.js'),

change filename to 'postgresqlCMKEncrypted'


for (let server of servers.data) {
if (!server.id) continue;
if (server.byokEnforcement && server.byokEnforcement == 'Enabled') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (server.byokEnforcement && server.byokEnforcement == 'Enabled') {
if (server.byokEnforcement && server.byokEnforcement.toLowerCase() === 'enabled') {

@mehakseedat63 mehakseedat63 added readytogo PRs ready to merge and removed question labels Dec 1, 2023
@mehakseedat63 mehakseedat63 merged commit c4a331a into aquasecurity:master Dec 5, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants