Forward access to the host credential/secret storage, to allow credential reuse and increased security #10470
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
Milestone
I would like some way to forward the host system's generic credential/secret storage into devcontainers, to make it available to command-line tools at minimum.
Currently, I've been messing with the GitHub cli for some experiments against my employer's enterprise org, which requires logging in. There's a few problems with this:
Now, there are ways to work around this, to an extent....
Instead, it would be helpful if the host secret storage was proxied into the container, for use by various clis. This would be more helpful on Windows, given the extra layer otherwise required. Providing such a proxy would also mean that a separate connection may not be needed for each tool (although I'm less sure if it would be possible to get rid of the docker/git forwarding...).
The text was updated successfully, but these errors were encountered: