You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The tool works well, but, it has the potential for false positives when looking for excessive permissions. Take the following example that was flagged as having cluster admin privileges:
The tool lists this has cluster admin privileges even though in reality the privileges granted are restricted to the dex.coreos.com apiGroup. That isn't to say that having * * on the dex API isn't a bad thing, just that it isn't the same as having cluster admin perms.
Describe the solution you would like
The tool should probably look for apiGroups and list them if found alongside the rest of the details.
Describe alternatives you have considered
In general I think it would be useful for it to be able to output the raw data for each finding so that these are easily validated.
Additional context
Thank you!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The tool works well, but, it has the potential for false positives when looking for excessive permissions. Take the following example that was flagged as having cluster admin privileges:
The tool lists this has cluster admin privileges even though in reality the privileges granted are restricted to the dex.coreos.com apiGroup. That isn't to say that having * * on the dex API isn't a bad thing, just that it isn't the same as having cluster admin perms.
Describe the solution you would like
The tool should probably look for apiGroups and list them if found alongside the rest of the details.
Describe alternatives you have considered
In general I think it would be useful for it to be able to output the raw data for each finding so that these are easily validated.
Additional context
Thank you!
The text was updated successfully, but these errors were encountered: