Initial commit - 611 cybersecurity skills across all subdomains

This commit is contained in:
mukul975
2026-02-25 10:47:44 +01:00
commit 22a7ab1462
1765 changed files with 280648 additions and 0 deletions
@@ -0,0 +1,17 @@
# Workflows - RBAC Hardening
## Hardening Workflow
1. Audit all existing ClusterRoleBindings and RoleBindings
2. Identify overprivileged accounts (cluster-admin sprawl)
3. Create namespace-scoped Roles with minimum required permissions
4. Migrate workloads to dedicated service accounts
5. Disable automountServiceAccountToken on default service accounts
6. Integrate OIDC for user authentication
7. Deploy RBAC monitoring and alerting
8. Schedule quarterly RBAC reviews
## Continuous Compliance
- Weekly: automated RBAC audit with rbac-lookup
- Monthly: review new RoleBindings created in past 30 days
- Quarterly: full access review with stakeholder sign-off
- Annually: penetration test RBAC boundaries