cloudsploit
cloudsploit copied to clipboard
Determine if the azure reference in plugins/google/pubsub/topicEncryption.js is correct
trafficstars
The new Google pubsub encryption check includes a reference to an azure helper:
const { call } = require('../../../helpers/azure/auth');
I haven't tried running without it, but it seems odd that azure is referenced in a google check.
Apologies if this is intended, but it triggered my anal retentive tendencies.