From 774dd366a3107b4ebc855397850f8acf3445e036 Mon Sep 17 00:00:00 2001 From: Peter Tran Date: Fri, 22 May 2026 15:34:15 -0400 Subject: [PATCH] update: OPA payload includes origin_pipeline * updates sample OPA payload to reflect new origin_pipeline field concourse/concourse#9507 Signed-off-by: Peter Tran --- docs/docs/operation/opa-integration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/operation/opa-integration.md b/docs/docs/operation/opa-integration.md index 9a4e320e7..dd1aa6c7d 100644 --- a/docs/docs/operation/opa-integration.md +++ b/docs/docs/operation/opa-integration.md @@ -70,7 +70,8 @@ format. "action": "SaveConfig", "user": "test", "team": "main", - "pipeline": "check-pipeline", + "pipeline": "target-pipeline", + "origin_pipeline": "check-pipeline", "data": { "jobs": [ { @@ -195,7 +196,8 @@ will contain the pipeline config in JSON format under the `data` key: "cluster_version": "7.4.0", "action": "SetPipeline", "team": "main", - "pipeline": "simple", + "pipeline": "target-pipeline", // pipeline being set + "origin_pipeline": "simple", // pipeline doing the setting "data": { "jobs": [ {