Kyle Carberry
Kyle Carberry
The prospect wants functionality similar to v1, where a user would link their GitHub/GitLab/BitBucket account, and the SSH key would be added to automate push/pulling.
This can be done by integrating with `GIT_ASKPASS`. The only problem is that VS Code Remote will override `GIT_ASKPASS` unless explicitly configured not to do so. We can add `"git.useIntegratedAskPass":...
I explored some cases for our `GIT_ASKPASS` solution to ensure that it covers our bases. It _seems_ like it will, but @bpmct please read through and surface any additional stuff...
A fix for this is on the way! Should be out late today.
Yup, a fix is on the way!
https://github.com/coder/terraform-provider-coder/pull/51
Yup, that should fix it!
@obitoo7 could you provide the error? I'm a bit confused by what "parse error" means in this context. Is it for running the binary?
@Emyrk is the auditor role even used? Seems like we could just remove it.
@Emyrk I updated the title of this. I assume it's trivial to do... thoughts?