Skip to content

Commit

Permalink
Update clicommand/agent_start.go
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Deprez <jd@buildkite.com>
  • Loading branch information
gilesgas and DrJosh9000 authored Oct 29, 2024
1 parent ab5803a commit ef2a3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicommand/agent_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ var AgentStartCommand = cli.Command{
},
cli.StringFlag{
Name: "signing-jwks-file",
Usage: `Path to a file containing a signing key. Passing this flag enables pipeline signing for all pipelines uploaded by this agent. For hmac-sha256, the raw file content is used as the shared key. When using Docker containers to upload pipeline steps dynamically, use environment variable propagation (for example, "docker run -e MYVAR") to allow all steps within the pipeline to be signed.`,
Usage: `Path to a file containing a signing key. Passing this flag enables pipeline signing for all pipelines uploaded by this agent. For hmac-sha256, the raw file content is used as the shared key. When using Docker containers to upload pipeline steps dynamically, use environment variable propagation (for example, "docker run -e BUILDKITE_AGENT_JWKS_FILE") to allow all steps within the pipeline to be signed.`,
EnvVar: "BUILDKITE_AGENT_SIGNING_JWKS_FILE",
},
cli.StringFlag{
Expand Down

0 comments on commit ef2a3b9

Please sign in to comment.