In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUID of the container processes could clash with host's UIDs and lead to unintentional authorization bypass
Set securityContext.runAsUser
value to greater or equal than 10'000. SecurityContext can be set on both pod
and container
level. If both are set, then the container level takes precedence
Set security_context.run_as_user
value to greater or equal than 10'000