- Notifications
You must be signed in to change notification settings - Fork913
feat: add header-process flag#9059
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
c763cee
to538d2fc
CompareThis allows specifying a command to run that can output headers forcases where users require dynamic headers (like to authenticate to theirVPN).The primary use case is to add this flag in SSH configs created by theVS Code plugin, although maybe config-ssh should do the same.
538d2fc
tobccc2d6
Comparecode-asher commentedAug 11, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@kylecarbs just fyi I went with |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
86e702b
toc86ed7a
CompareInstead of JSON.
c86ed7a
to958c6c4
Compare
This allows specifying a command to run that can output headers for cases where users require dynamic headers (like to authenticate to their VPN).
The primary use case is to add this flag in SSH configs created by the VS Code plugin, although maybe config-ssh should do the same.
This is required to completecoder/vscode-coder#119, which in turn is meant toclosecoder/vscode-coder#76.