Eric McElroy

Results 6 comments of Eric McElroy

Reporting that I'm having the same issue. Version: aws-cli/2.11.0 Python/3.11.2 Windows/10 exe/AMD64 Pulling the bottom-most traceback after running `aws configure sso --no-verify-ssl --debug`: ``` Traceback (most recent call last): File...

I was gonna say, I didn't see any code changes in the last ~year to the SSO functions, aside from a docs update! If I can assemble myself a testing...

There's likely more to it (or at least I hope there is...), and I don't have a good test environment with a self-signed cert in the chain, but if I...

As discussed with @isaac-s elsewhere, this isn't necessarily a bad behaviour, but it does not provide the flexibility to circumvent this on a shared system. Potential workarounds would include: -...

This means, specifically, allowing profile creation without passwords, and implementing a read of an environment variable for user passwords (or user-inputted passwords)

Another potential implementation could see the user prompted for a password on first run - at which point, the CLI requests a token, which it can cache with a timeout...