Description
Multiple workloads share the same serviceAccount :
For example the router does not need to write/read secrets,..
Suggested Fix
- Create separate ServiceAccounts:
router-sa (zero RBAC)
- Add
automountServiceAccountToken: false to routers
Consider any other necessary improvements to RBAC.
Description
Multiple workloads share the same serviceAccount :
For example the router does not need to write/read secrets,..
Suggested Fix
router-sa(zero RBAC)automountServiceAccountToken: falseto routersConsider any other necessary improvements to RBAC.