Skip to content

Commit

Permalink
Added MIT 6.857 lec 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikeshrv committed Jun 29, 2024
1 parent e847697 commit ac63d68
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 6.858/lec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@ Now, we don't want every service to be 100% isolated all the time. We want servi
+-----------------------+
HOST enforcing isolation
```
In the diagram above, a principal can be a user, a device, a service, etc.
In the diagram above, a principal can be a user, a device, a service, etc. Resources can be services, like Gmail or Drive, or files and user data.

The guard performs three functions -

1. Authenticate - Identifies who is issuing the request.
2. Authorize - Determines whether that request should be allowed.
3. Audit - Records each request along with its authentication and authorization information, and other useful metadata.

0 comments on commit ac63d68

Please sign in to comment.