Edward Delaporte

Results 53 comments of Edward Delaporte

@kwessel Sorry this got stale. We're interested in rebasing and merging this code. Did you end up using your fork for this, or did you find a work-around? If a...

We may have hit a bug in `awscli` plugin support. ```sh PS C:\src\aws-cli> git diff 5cdf69f5c562f1adc07ba95aa033c69dfe5e12f1 d3053cf6429bcffa0507e4aaf411486f61bd89d3 -- .\awscli\plugin.py diff --git a/awscli/plugin.py b/awscli/plugin.py index f993ec1f7..d47128a44 100644 --- a/awscli/plugin.py +++ b/awscli/plugin.py...

We're going to add this to our CI/CD to check if there's an import issue being buried by other layers of code: ``` PYTHONPATH=/home/zdc/dev/projects/awscli-login/venv2/lib/python3.11/site-packages `head -n1 $(which aws) | sed...

Probably next step: do a manually install of AWS into our CI/CD to test more directly. https://statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks.html

Team discussion update - to close this out, we will need to pivot away from any reliance on `plugin` mode, since the official support from AWS is not there on...

Per discussion today, we're looking to pivot toward a version that does not rely on the plugin system for V2. Let's refocus #106 on dropping the refresh-daemon.

This pull request - https://github.com/techservicesillinois/awscli-login/pull/149 targets this branch, in order to speed up debugging test issues here.

During ensemble today, we verified the updated install instructions with a fresh install of AWS CLI V2 on Windows.

During our collaboration this morning, we were about to temporarily disable the 'validate wheel cache', to allow it to reach an unrelated issue that we want to tackle, but we...

The cache validation POST error we're seeing is a known (intermittent) issue we have documented over here: https://github.com/techservicesillinois/cache-validation/issues/23