dope.security Policy Update Interval is Instant đ€©
Editing a Policy on âLegacyâ SWGs is a pain
If youâve edited a policy on a âlegacyâ secure web gateway (or most security products) before, Iâm sure you have suffered the pain:
- Trying to edit something (where each page takes 10 seconds to load)
- Hitting save (then waiting 10 seconds for it to finally save)
- Waiting ~1 hour while the change âpropagatesâ
Yeah, itâs the worst. The userâs experience is đ€ź. But, why does it take so long?
âDo things not because theyâre easy, but because theyâre hard.â
Every cyber product has a console to configure things and see whats going on, and the workersâââcould be endpoints, or hardware boxes, or similar. Naturally, the two entities have to get updates from one another.
So, when developing the product, you have two options:
- Polling every 30 minutes (old school â90s approach)
- Pushing a policy down (like a push notification)
â
Letâs take a closer look.
1. Polling for a policy (standard method)
Seeing this diagram, youâll notice this is the easiest way to implement a policy update mechanism. Have your legacy SWG poll the API every hour, and itâll grab all of the latest and greatest configuration from the management console.
The downside? It takes a lot of time before changes take effect!
2. Pushing a policy (real-time policy updates)
Now, to make the adminâs life easier, you have to do a lot more work: push notifications. Honestly, itâs bread & butter in the consumer world, but an exquisite luxury (for some reason) in cybersecurity.
Could you imagine if you didnât have push notifications for messages or email or some other app?
Of course, at dope.security, we had to do this right. So, we used off-the-shelf AWS WebSockets to make our life easier. By spending the time on this, we achieved a real-time policy update. Point, click, and youâre done!
See the real-time for yourself:
I feel weird talking about features that are literally the bare minimum of a good product. But, it never surprises me that most cybersecurity PMs donât care to prioritize these small little things.
And itâs these small little things that make me most proud of dope.security. Weâre pretty much the only cybersecurity company that offers an instant free trial. All you need is a Google or Microsoft company account.
Thanks!
â kunala