Skip to content

Commit

Permalink
Update pages/agent/v3/signed_pipelines.md
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Deprez <[email protected]>
  • Loading branch information
ivannalisetska and DrJosh9000 authored Sep 9, 2024
1 parent 6ee2eeb commit 3d0db32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/agent/v3/signed_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This ensures that whenever those agents upload steps to Buildkite, they'll gener
verification-failure-behavior=<warn>
```

This setting determines the BuildKite agent’s response when it receives a job without a proper signature. It specifies how strictly the agent should enforce signature verification for incoming jobs. The agent will warn about the missing signature but will still proceed with executing the job. If not explicitly specified, the default behavior is `block`, which will prevent any job without a signature from running, ensuring a secure pipeline environment by default.
This setting determines the Buildkite agent’s response when it receives a job without a proper signature. It specifies how strictly the agent should enforce signature verification for incoming jobs. The agent will warn about the missing signature but will still proceed with executing the job. If not explicitly specified, the default behavior is `block`, which will prevent any job without a signature from running, ensuring a secure pipeline environment by default.



Expand Down

0 comments on commit 3d0db32

Please sign in to comment.