File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ MKAT can identify the trust relationships between K8s service accounts and AWS I
3838It works by looking both at the trust policy of the IAM roles, and at the service accounts that are associated with the pods running in the cluster.
3939
4040``` bash
41- $ mkat eks find-role-role- relationships
41+ $ mkat eks find-role-relationships
4242 _ _
4343 _ __ ___ | | __ __ _ | | _
4444 | ' _ ` _ \ | |/ / / _` | | __|
@@ -65,7 +65,7 @@ $ mkat eks find-role-role-relationships
6565It can also generate a ` dot ` output for graphic visualization:
6666
6767``` bash
68- $ mkat eks find-role-role- relationships --output-format dot --output-file roles.dot
68+ $ mkat eks find-role-relationships --output-format dot --output-file roles.dot
6969$ dot -Tpng -O roles.dot
7070$ open roles.dot.png
7171```
You can’t perform that action at this time.
0 commit comments