Justin Wiley

Results 22 comments of Justin Wiley

In 2.3.2 there was a change to the batch file that enforced the use of Python 3 in environments where more than one version of Python is installed. #185 Can...

Hm. Looks like the space in your user folder's name is causing issues... Let me see what I can find.

Can you guys pull down this branch and test it for me? https://github.com/Nike-Inc/gimme-aws-creds/tree/win-path-fix ``` pip uninstall gimme-aws-creds git clone https://github.com/Nike-Inc/gimme-aws-creds/tree/win-path-fix cd \path\to\gimme-aws-creds pip install . ```

Thanks for the testing help! I _think_ we've got it this time, if you would uninstall, reinstall, and test like above one more time, I'd appreciate it!

Odd, that was working on my Windows machine... Makes me nervous that we're getting such divergent behavior. The odd thing with that solution is that we've opened the quotes, then...

That behavior doesn't work on my end, because the output of the `ftype` command on my computer has multiple values output: ``` C:\WINDOWS\system32>assoc .py .py=Python.File C:\WINDOWS\system32>ftype Python.File Python.File="C:\WINDOWS\py.exe" "%L" %*...

I'm torn on this, as I'd really like to make this tool as easy as possible to use, but... I do like forcing people to build the container themselves in...

I know what you're saying, but I disagree regarding the enterprise. An enterprise is just a really large group of people, each with the same risk of ignorance as anyone...

Didn't mean to leave you hanging-- Last I had heard back from the team running our OSS program, we at the time did not have a DockerHub presence, but I...

The credentials generated by this tool are temporary, which was part of the attraction to the STS pattern (1 hour lifetime). Seeing as how they are so short lived, it...