-
Notifications
You must be signed in to change notification settings - Fork 826
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
Update the docs to make WSL usage more clear #736
Comments
I've also been having problems with this and was wondering if I'm supposed to be prompted to enter credentials with every |
Yes. Could we have some support of backend for wsl2. I am getting |
PRs welcome |
Is the file backend what is recommended when using WSL 2/ubuntu or is it something else? I would need to know that before creating a PR. |
I don't use windows, I have no recommendation |
I got it running setting pass as the backend password manager.
|
The instructions in #683 for pass and gpg work for me when combined with: export AWS_VAULT_BACKEND=pass |
I've been using X410 as an X server and have installed gnome-keyring in my WSL image, and that backend works ok with both this and saml2aws. I haven't yet figured out how to make a single keyring instance live under the command line, however; it wants dbus in order to work. Same is true of the KDE keyring program. That Open Desktop keyring standard is available, though... So if someone wants to look around for a console-friendly keyring option, or maybe figure out how o get a DBUS session working without a traditional Linux desktop environment, that might give a start. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Docs have not been updated. Issue is not stale. |
I am interested in this as well. We use gimme-aws-creds for AWS authentication and the keyring is not working for us either. I;m not a developer, but interested in having a solution. |
If you are on windows 11 and on the supported build you can install gnome keyring on wsl and use aws-vault like normal. Make sure to update your GPU drivers to the latest version that includes this feature. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
.aws/config
(redacted if necessary)aws-vault --debug
(redacted if necessary)When reading through the README it's not clear which backend you're supposed to use with Ubuntu under Windows WSL 2. I was able to get the file backend to work, however, it doesn't seem like the file backend can remember your password for a given period of time like I was used to under macOS.
The text was updated successfully, but these errors were encountered: