Skip to content

Commit

Permalink
Added How does this work section
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-teuchert-sonarsource committed Dec 19, 2023
1 parent c9b2d0b commit e79e817
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rules/S6867/kubernetes/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ rules:
verbs: ["get", "list"]
----

//=== How does this work?
=== How does this work?

When defining RBAC permissions, it is important to follow the principle of least privilege. By explicitly specifying the verbs and resources a user should have access to instead of using wildcards, it can be ensured that users have only the permissions they need to perform their job function.

//=== Pitfalls

Expand Down

0 comments on commit e79e817

Please sign in to comment.