Introduction The use of static credentials in CI/CD pipelines introduces several operational and security challenges. Access keys require regular rotation, and if rotations are missed or delayed, pipelines can fail unexpectedly during deployments. On my current project, credential rotation used to depend on another internal team, creating an external dependency for deployment reliability. This created