mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-08-06 10:50:19 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user