Least Privilege - CI/CD用語集の定義
least privilege (最小権限) の原則は、すべてのアイデンティティ、role、tokenにそのタスクに必要な権限だけを正確に付与します。CIに適用すると、侵害されたpipelineの認証情報が、発行された狭い範囲を超えて到達できないことを保証します。
関連ガイド
IAM Policy - CI/CD Glossary DefinitionAn IAM policy is a document granting or denying identities specific actions on specific resources, the core w…
Role Assumption - CI/CD Glossary DefinitionRole assumption lets an identity take on another role’s permissions via short-lived credentials, so CI acts i…
Service Account Key - CI/CD Glossary DefinitionA service account key is a long-lived credential for a non-human automation identity. Powerful and hard to ro…