-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update agent help docs for v3.51.0 #2378
Conversation
Preview URL: https://2378--bk-docs-preview.netlify.app |
8130d72
to
bf2fb76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably go through the agent subcommand usage strings...
pages/agent/v3/help/_start.md
Outdated
<tr id="job-verification-key-path"><th><code>--job-verification-key-path value</code> <a class="Docs__attribute__link" href="#job-verification-key-path">#</a></th><td><p>Path to a file containing a verification key. Passing this flag enables job verification. For hmac-sha256, the raw file content is used as the shared key<br /><strong>Environment variable</strong>: <code>$BUILDKITE_AGENT_JOB_VERIFICATION_KEY_PATH</code></p></td></tr> | ||
<tr id="job-verification-jwks-path"><th><code>--job-verification-jwks-path value</code> <a class="Docs__attribute__link" href="#job-verification-jwks-path">#</a></th><td><p>Path to a file containing a JSON Web Key Set (JWKS), used to verify job signatures.<br /><strong>Environment variable</strong>: <code>$BUILDKITE_AGENT_JWKS_FILE_PATH</code></p></td></tr> | ||
<tr id="job-signing-jwks-path"><th><code>--job-signing-jwks-path value</code> <a class="Docs__attribute__link" href="#job-signing-jwks-path">#</a></th><td><p>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<br /><strong>Environment variable</strong>: <code>$BUILDKITE_PIPELINE_UPLOAD_JWKS_FILE_PATH</code></p></td></tr> | ||
<tr id="job-signing-algorithm"><th><code>--job-signing-algorithm value</code> <a class="Docs__attribute__link" href="#job-signing-algorithm">#</a></th><td><p>The algorithm to use when signing pipelines. Must be a valid RF7518 JWA algorithm. Required when using a JWKS, and the given key doesn't have an alg parameter<br /><strong>Environment variable</strong>: <code>$BUILDKITE_PIPELINE_UPLOAD_SIGNING_ALGORITHM</code></p></td></tr> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this say, "JSON Web Algorithm algorithm?"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even worse, it's "JSON Web Algorithms algorithm" as the title of the RFC is "JSON Web Algorithms (JWA)"
Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com>
I've made a few departures from the output of the script. I'll explain why in the comments.