Skip to content

Instantly share code, notes, and snippets.

@Integralist
Created November 6, 2019 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Integralist/96ef2d239c1743cf8cc7f9baec93404d to your computer and use it in GitHub Desktop.
Save Integralist/96ef2d239c1743cf8cc7f9baec93404d to your computer and use it in GitHub Desktop.
[Security: Zero Trust Platform] #security #zerotrust #zero #trust #platform

A zero trust platform means that (in theory), we'd be able to run malicious code inside our platform with no risk – the code wouldn't be able to interact with anything dangerous without being granted special access by the platform's own security/infrastructure team.

The idea is that we don't want to trust just anything simply because it's inside our platform. Instead, we want individual services to be trusted based on a short and deliberate list of which other services they're allowed to interact with. This makes an attack substantially more difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment