You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
impl: add support for disabling CLI signature verification (#166)
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 option `disableSignatureVerification` is now available only from
the Settings page, with no quick shortcut in the main page to discourage
users from quickly disabling this option. The
`fallbackOnCoderForSignatures` 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 of coder/jetbrains-coder#564
from Coder Gateway.
<img width="486" height="746" alt="image"
src="https://github.com/user-attachments/assets/eff6f944-57ea-4926-857a-d5c5fd5d3901"
/>
<img width="486" height="746" alt="image"
src="https://github.com/user-attachments/assets/7f1d39da-9777-4d5c-a329-e056fe38bf22"
/>
0 commit comments