Some Aqua installs issuing noisy 403 warnings, perhaps for some latest usages
#10339
Replies: 3 comments
|
This is basically the same as #10284 so will close it. |
|
Thanks for the detailed debug output. I opened #10341 for this. There were two related issues here:
With the PR, Aqua GitHub release metadata lookups go directly to GitHub, and I verified the reported path with This comment was generated by an AI coding assistant. |
|
Correction on the PR direction: the fix should not remove I amended #10341 so Aqua release metadata is now registry-aware:
Verified with debug smoke tests for both paths. This comment was generated by an AI coding assistant. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Has something changed with the Aqua backend or how updates are checked for?
Previously cleanly working Aqua registry tool installs/upgrades are logging noisy
403s (even for unrelated actions) while looking at a Mise-specific Github-related API.I can't see anything in release notes that explains this, but the warnings also have no call-to-action and tell the user nothing about the consequences of the warning. It "looks" like it cannot check for updates as a result - but who knows? When you run with DEBUG or VERBOSE you can see it does seem to be able to get the versions directly from Github API so I'm not sure?
https://github.com/aquaproj/aqua-registry/blob/67b6483daa337d6b0300ad86da686d7cc3110b25/pkgs/aws/session-manager-plugin/registry.yaml#L13
Doesn't seem to have a problem with
aqua:getgauge/gauge, however.At DEBUG level there are also a whole lot of noisy
release-filter-related debug lines implying it's confused about what a backend is?aws-cli, python etc are not backends, right? They are plugins in the default backend via mise's own registry?
All reactions