-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Need your help to verify the feature to manage GitHub Access Token using GNOME Keyring and Windows Credential Manager #3178
Comments
@suzuki-shunsuke It seems that even the pre-release version has the stable version's executable, so, the new command does not work. I tried both using |
Hmm. Really? Could you check the version of aqua? aqua -v This is on my macOS. $ aqua -v
aqua version 2.37.0-1 (af26af42cf361cb0c3db604bb9cde1940d5d6d68)
$ aqua help token
NAME:
aqua token - Manage a GitHub Access Token in keyring
USAGE:
aqua token command [command options] If aqua-proxy doesn't execute the pre-release version, maybe you need to open a new terminal. |
If $ command -v aqua
/Users/shunsukesuzuki/.local/share/aquaproj-aqua/bin/aqua
$ ls -lh "$(command -v aqua)"
lrwxr-xr-x 1 shunsukesuzuki staff 96 10 18 09:41 /Users/shunsukesuzuki/.local/share/aquaproj-aqua/bin/aqua -> ../internal/pkgs/github_release/github.com/aquaproj/aqua/v2.37.0-1/aqua_darwin_arm64.tar.gz/aqua Note that |
@suzuki-shunsuke You're right that on macOS only the following binary gets upgraded: |
Windows uses hard links instead of symbolic links, but this difference doesn't matter. This is on GitHub Actions' windows-latest. https://github.com/aquaproj/aqua-registry/actions/runs/11397633487/job/31713386883 # aqua -v
aqua version 2.37.0-1 (af26af42cf361cb0c3db604bb9cde1940d5d6d68)
# command -v aqua
/c/Users/runneradmin/AppData/Local/aquaproj-aqua/bin/aqua
# aqua token --help
NAME:
aqua token - Manage a GitHub Access Token in keyring
USAGE:
aqua token command [command options]
COMMANDS:
set Set a GitHub access token in keyring
help, h Shows a list of commands or help for one command
OPTIONS:
--help, -h show help
# ls /c/Users/runneradmin/AppData/Local/aquaproj-aqua/internal/pkgs/github_release/github.com/aquaproj/aqua/v2.37.0-1/aqua_windows_amd64.zip/
aqua.exe LICENSE README.md aqua is installed in |
Hmm. I tried the feature on GitHub Actions windows-latest, but it looks weird.
aqua/pkg/controller/initcmd/init.go Line 53 in 508cc3f
Lines 116 to 119 in 508cc3f
Line 92 in 508cc3f
|
We have implemented the feature to manage GitHub Access Token using GNOME Keyring and Windows Credential Manager.
We have already confirmed this feature works well using macOS Keychain, but we haven't verified this feature using GNOME Keyring and Windows Credential Manager yet.
We usually develop aqua on macOS, so it's hard to verify it on Windows and Linux.
So we really appreciate it if you can test the feature using Windows and Linux!
You can try the feature using aqua v2.37.0-1.
About the detail of the feature, please see #3174 .
Thank you for your cooperation!
The text was updated successfully, but these errors were encountered: