Skip to content

chore: configure git allowed_signers in agent setup - #1193

Draft
skevetter wants to merge 3 commits into
mainfrom
update-mise-agent-ssh-signing-13498311009275841678
Draft

chore: configure git allowed_signers in agent setup#1193
skevetter wants to merge 3 commits into
mainfrom
update-mise-agent-ssh-signing-13498311009275841678

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Configures the SSH allowed_signers file in mise.agent.toml so the system's git log --show-signature works correctly to verify SSH signed commits made by the agent environment.


PR created automatically by Jules for task 13498311009275841678 started by @skevetter

Updates the `setup:agent` task in `mise.agent.toml` to configure
`gpg.ssh.allowedSignersFile` by creating `~/.ssh/allowed_signers`
and appending the agent's signing public key along with the configured
author email. This allows git to verify the ssh signatures of commits
made within the agent environment without encountering missing file errors.
@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@netlify

netlify Bot commented Sep 7, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit 11e6271
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a9f0e6d3fad2f00084c661a

@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@netlify

netlify Bot commented Sep 7, 2026

Copy link
Copy Markdown

Deploy Preview for images-devsy-sh canceled.

Name Link
🔨 Latest commit 11e6271
🔍 Latest deploy log https://app.netlify.com/projects/images-devsy-sh/deploys/6a9f0e6d28ca67000789f950

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

⚠️ This PR contains unsigned commits. To get your PR merged, please sign those commits (git rebase --exec 'git commit -S --amend --no-edit -n' @{upstream}) and force push them to this branch (git push --force-with-lease).

If you're new to commit signing, there are different ways to set it up:

Sign commits with gpg

Follow the steps below to set up commit signing with gpg:

  1. Generate a GPG key
  2. Add the GPG key to your GitHub account
  3. Configure git to use your GPG key for commit signing
Sign commits with ssh-agent

Follow the steps below to set up commit signing with ssh-agent:

  1. Generate an SSH key and add it to ssh-agent
  2. Add the SSH key to your GitHub account
  3. Configure git to use your SSH key for commit signing
Sign commits with 1Password

You can also sign commits using 1Password, which lets you sign commits with biometrics without the signing key leaving the local 1Password process.

Learn how to use 1Password to sign your commits.

Watch the demo

Updates the `setup:agent` task in `mise.agent.toml` to configure
`gpg.ssh.allowedSignersFile` by creating `~/.ssh/allowed_signers`
and appending the agent's signing public key along with the configured
author email. This allows git to verify the ssh signatures of commits
made within the agent environment without encountering missing file errors.
@skevetter
skevetter marked this pull request as draft September 7, 2026 19:04
Updates the `setup:agent` task in `mise.agent.toml` to configure
`gpg.ssh.allowedSignersFile` by creating `~/.ssh/allowed_signers`
and appending the agent's signing public key along with the configured
author email. This allows git to verify the ssh signatures of commits
made within the agent environment without encountering missing file errors.
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.

1 participant