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
Automatically configure GPG commit signing for workspaces.
Similarly to how we override the GIT_ASKPASS environment variable to magically inject Git auth credentials, we could leverage S/MIME commit signature verification to automatically sign all commits with the SSL certificate used by Coder. There may be some environment variable we can hook into with gpgsm to perform this.
The text was updated successfully, but these errors were encountered:
This issue is becoming stale. In order to keep the tracker readable and actionable, I'm going close to this issue in 7 days if there isn't more activity.
Idea:
Automatically configure GPG commit signing for workspaces.
Similarly to how we override the
GIT_ASKPASS
environment variable to magically inject Git auth credentials, we could leverage S/MIME commit signature verification to automatically sign all commits with the SSL certificate used by Coder. There may be some environment variable we can hook into with gpgsm to perform this.The text was updated successfully, but these errors were encountered: