Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

impl: add support for disabling CLI signature verification#166

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

fioan89
Copy link
Collaborator

@fioan89fioan89 commentedJul 30, 2025
edited
Loading

This PR implements a new configurable option to allow users to disable GPG signature verification for downloaded Coder CLI binaries. This feature provides flexibility for environments where signature verification may not be required or where fallback signature sources are not accessible.

A new optiondisableSignatureVerification is now available only from the Settings page, with no quick shortcut in the main page to discourage users from quickly disabling this option. ThefallbackOnCoderForSignatures is hidden/not available for configuration once signature verification is disabled.
Additionally a rough draft for developer facing documentation regarding CLI signature verification was added.

To make things more consistent with Coder Gateway, the fallback setting is always displayed if signature verification is enabled, we no longer display it only once in the main page.

This PR is a port ofcoder/jetbrains-coder#564 from Coder Gateway.
image
image

These options are configurable from the Settings page, there is no availableshortcut on the main plugin page to discourage the quick disable of CLI verification
The main plugin screen has a quick shortcut for setting whether the userwants to fallback on releases.coder.com for signatures if they are not provided bythe main deployment. This checkbox should not be visible if the user wants to disablesignature verification altogether.To make things more consistent with Coder Gateway, the fallback setting is always displayedif signature verification is enabled, we no longer display it only once in the main page.
Signature validation is skipped if the user configured the `disableSignatureVerification` to true.
@fioan89fioan89 marked this pull request as ready for reviewJuly 30, 2025 21:19
Copy link
Member

@matifalimatifali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM.

Copy link

@jdomeracki-coderjdomeracki-coder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Works as expected ✅

@fioan89fioan89 merged commit0ad31dd intomainJul 31, 2025
6 checks passed
@fioan89fioan89 deleted the impl-support-for-skipping-signature-verification branchJuly 31, 2025 19:24
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@matifalimatifalimatifali approved these changes

@jdomeracki-coderjdomeracki-coderjdomeracki-coder approved these changes

@code-ashercode-asherAwaiting requested review from code-asher

@f0sself0sselAwaiting requested review from f0ssel

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@fioan89@matifali@jdomeracki-coder

[8]ページ先頭

©2009-2025 Movatter.jp