Skip to content
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

Merged
merged 5 commits into from
Aug 22, 2023
Merged

Conversation

triarius
Copy link
Contributor

I've made a few departures from the output of the script. I'll explain why in the comments.

@buildkite-docs-bot
Copy link
Contributor

Preview URL: https://2378--bk-docs-preview.netlify.app

@triarius triarius force-pushed the pdp-1464-update-agent-docs-for-v3510 branch from 8130d72 to bf2fb76 Compare August 15, 2023 12:23
@triarius triarius requested a review from a team August 15, 2023 22:31
Copy link
Contributor

@DrJosh9000 DrJosh9000 left a 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/_lock_acquire.md Show resolved Hide resolved
pages/agent/v3/help/_lock_do.md Show resolved Hide resolved
pages/agent/v3/help/_bootstrap.md Outdated Show resolved Hide resolved
pages/agent/v3/help/_env_set.md Show resolved Hide resolved
pages/agent/v3/help/_env_unset.md Outdated Show resolved Hide resolved
pages/agent/v3/help/_lock_acquire.md Outdated Show resolved Hide resolved
pages/agent/v3/help/_lock_do.md Outdated Show resolved Hide resolved
pages/agent/v3/help/_lock_release.md Outdated Show resolved Hide resolved
pages/agent/v3/help/_start.md Outdated Show resolved Hide resolved
<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>
Copy link
Contributor

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?"

Copy link
Contributor Author

@triarius triarius Aug 22, 2023

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)"

triarius and others added 3 commits August 22, 2023 12:05
Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com>
@triarius triarius merged commit 3373830 into main Aug 22, 2023
1 check passed
@triarius triarius deleted the pdp-1464-update-agent-docs-for-v3510 branch August 22, 2023 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants