Skip to content

Commit

Permalink
Update code.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty-c committed Mar 25, 2019
1 parent c1b08c0 commit ff0ea4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rbac-roles-service-accounts/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,7 @@ Now let's check our namespace
(Check [here](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#referring-to-subjects) for more info about rbac subjects)

Now we have limited the blast radius of our application to only the namespace that it resides in.
So there will be no way that we can leak configmaps or secrets from other applications that are not in this namespace.
So there will be no way that we can leak configmaps or secrets from other applications that are not in this namespace.

Lastly and this is super IMPORTANT !!!! run the cleanup script before you move to the next module
`./cleanup.sh`

0 comments on commit ff0ea4c

Please sign in to comment.