plugins/secure/skills/iam-configuration/SKILL.md
Least-privilege IAM roles for GKE nodes and workloads. Workload Identity Federation for external authentication and comprehensive audit logging for visibility.
npx skillsauth add adaptive-enforcement-lab/claude-skills iam-configurationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This section covers identity and access management for GKE clusters:
Identity and access management controls who can do what in your cluster. Least-privilege service accounts minimize blast radius. Workload Identity Federation enables external identity integration. Audit logging provides complete visibility.
IAM Security Layers
- Least Privilege Roles - Minimal permissions for service accounts
- Workload Identity Federation - GitHub Actions and external auth
- Audit Logging - Comprehensive activity tracking
This section covers identity and access management for GKE clusters:
Grant only the minimum IAM roles required for each service account:
Workload Identity Federation enables pods and external systems to authenticate without static credentials:
Comprehensive audit logging captures all cluster activity:
This section covers identity and access management for GKE clusters:
Grant only the minimum IAM roles required for each service account:
Workload Identity Federation enables pods and external systems to authenticate without static credentials:
Comprehensive audit logging captures all cluster activity:
Grant only the minimum IAM roles required for each service account:
Workload Identity Federation enables pods and external systems to authenticate without static credentials:
Comprehensive audit logging captures all cluster activity:
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.