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 (#564)
* impl: add new configurable option to disable CLI signature verification
These options are configurable from the Settings page there is no available
shortcut on the main plugin page to discourage the quick disable of CLI verification
* impl: hide configurable fallback if signature verification is disabled
The main plugin screen has a quick shortcut for setting whether the user
wants to fallback on releases.coder.com for signatures if they are not provided by
the main deployment. This checkbox should not be visible if the user wants to disable
signature verification altogether.
* impl: skip signature validation
Signature validation is skipped if the user configured the `disableSignatureVerification` to true.
* chore: update changelog
* chore: next version is 2.22.1
* doc: developer facing documentation for CLI signature verification
* chore: fix UTs
gateway.connector.settings.disable-signature-validation.comment=Useful if you run an unsigned fork for the binary
79
80
gateway.connector.settings.fallback-on-coder-for-signatures.title=Fall back on releases.coder.com for signatures
80
81
gateway.connector.settings.fallback-on-coder-for-signatures.comment=Verify binary signature using releases.coder.com when CLI signatures are not available from the deployment
0 commit comments