• Don't Kill Rogue Cloud Accounts, Embrace Them

  • 20 Mar 2019

    In the News

IT professionals tend to react harshly to finding rogue cloud services with access to their networks. Sure, this rogue infrastructure can be a serious threat, but it doesn't need to be if you act wisely and bring it gently into the fold. Here's why that's a good idea and six ways to do it.

IT professionals tend to react harshly to finding rogue cloud services with access to their networks. Sure, this rogue infrastructure can be a serious threat, but it doesn't need to be if you act wisely and bring it gently into the fold. Here's why that's a good idea and six ways to do it.

function getGAClientID() { let match = document.cookie.match(/_ga=([^;]*)/); return match ? match[1].split('.').slice(-2).join('.') : null; } document.addEventListener("DOMContentLoaded", function() { let clientID = getGAClientID(); if (clientID) { document.getElementById('client_id').value = clientID; } });