Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for aws-vault exec --server on WSL #1200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 26, 2023

  1. Support for aws-vault exec --server on WSL

    Currently when running on WSL the only supported prompt driver is terminal
    Terminal prompt is not compatible with the server mode
    
    To workaround we run credentials server on windows host and take advatage of windows creds storage and UX
    On WSL linux we run proxy command that talks to the credentials server running on host
    Because we don't need to run proxy on the windows host we made it optional
    If proxy is disabled we would not need priveledge elevation
    alex-budkar-amplitude committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    76ac14b View commit details
    Browse the repository at this point in the history