OPA/Rego deployment gateway policies: 5 rules (valid-environment, require-approvals, no-self-approval, block-weekends, freeze-window), a deploy-gate combining them, JSON schemas, scenario-driven tests, Gitea Actions CI (verify + publish to generic registry), changesets versioning, Makefile and scripts.
6 lines
182 B
JSON
6 lines
182 B
JSON
{
|
|
"name": "block-weekends",
|
|
"version": "0.0.0",
|
|
"description": "Denies deployments that fall on a weekend when the environment has block_weekends enabled.",
|
|
"private": true
|
|
} |