arn-infra-pipeline

Generate SOC 2-aligned infrastructure CI/CD pipelines with OIDC authentication.

31|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AppsVortex/arness --skill arn-infra-pipeline
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arn-infra-pipeline
Source: https://github.com/AppsVortex/arness/tree/main/plugins/arn-infra/skills/arn-infra-pipeline
Command: npx skills add https://github.com/AppsVortex/arness --skill arn-infra-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generate infrastructure-specific CI/CD pipelines (separate from application CI/CD) with SOC 2 alignment. This skill produces four pipeline jobs: PR validation, staging deployment, production promotion, and scheduled cleanup. It detects existing CI configurations from arn-spark and extends rather than replaces them.

Core Features & Use Cases

  • Generates environment-aware infrastructure pipelines that integrate with existing CI configurations.
  • Produces PR validation, staging deploy, production promotion, and scheduled cleanup pipelines with OIDC-based authentication and per-environment IAM roles.
  • Detects and extends current CI/CD setups rather than overwriting them.

Quick Start

Run the arn-infra-wizard to generate SOC 2-aligned infrastructure pipelines for your project.

Frequently Asked Questions about arn-infra-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate SOC 2-aligned infrastructure CI/CD pipelines with environment-aware deployments?▼

To generate SOC 2-aligned infrastructure pipelines, this Skill reads Arness config and produces non-destructive pipeline files for PR validation, staging deployment, production promotion, and scheduled cleanup with per-environment IAM roles.

Does this pipeline generator support GitHub Actions, GitLab CI, and Bitbucket Pipelines?▼

Yes, the infrastructure pipeline generator detects existing CI configurations and supports GitHub Actions, GitLab CI, and Bitbucket Pipelines, extending them rather than overwriting your current CI/CD setups.

How do I add staging deployment and production promotion pipelines without breaking existing CI configurations?▼

You can add staging and production pipelines non-destructively by detecting existing CI setups from arn-spark and generating extension-based pipeline files that preserve your original configurations.

What is OIDC authentication in infrastructure CI/CD pipelines and when do I need it?▼

OIDC authentication in infrastructure pipelines provides secure, keyless cloud access by issuing short-lived tokens for per-environment IAM roles. You need it for SOC 2-aligned, auditable deployment workflows.

Can I use scheduled cleanup jobs in my infrastructure pipelines for SOC 2 audit trails?▼

Yes, scheduled cleanup is one of the four pipeline jobs generated for SOC 2 alignment. It works alongside PR validation, staging deployment, and production promotion to maintain an auditable environment lifecycle.

What are the limitations of extending existing CI/CD setups for infrastructure deployments?▼

The primary limitation is that it requires an Arness config and existing CI configurations from arn-spark to detect. It generates extension-based pipeline files rather than replacing your entire CI/CD setup.