🤖 AI Summary
This paper addresses the overreliance on static identities and the absence of operational intent modeling in authorization decisions for zero-trust CI/CD systems. To this end, it proposes an intent-aware dynamic authorization paradigm. Methodologically, it integrates SPIFFE workload identities, OPA/Cedar policy engines, credential brokers, and a closed-loop control model to dynamically couple runtime context, operational intent, and human approvals into real-time policy enforcement. Its core contributions are: (i) the first explicit modeling and deep integration of operational intent into a zero-trust authorization framework, enabling fine-grained, auditable, and adaptive access control; and (ii) support for real-time decision-making, verifiable policy execution, and end-to-end traceability in highly dynamic pipeline environments. Experimental evaluation demonstrates significant improvements in software supply chain authorization security and policy responsiveness agility.
📝 Abstract
This paper introduces intent-aware authorization for Zero Trust CI/CD systems. Identity establishes who is making the request, but additional signals are required to decide whether access should be granted. We describe a control loop architecture where policy engines such as OPA and Cedar evaluate runtime context, justification, and human approvals before issuing access credentials. The system builds on SPIFFE-based workload identity and credential brokers, and enables fine-grained, auditable authorization. This is the third paper in a series on Zero Trust CI/CD design patterns.