Matt Bullock

Results 15 comments of Matt Bullock

Nope, still broken. https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation.html#CloudFormation.Client.create_stack

Yes, I deleted the old token. I missed the client caching; yes, this is probably what was happening. Catching the invalid credentials error and re-loading credentials sounds like the right...

Just trying to avoid an infinite loop of it failing and reloading.

weird; they're working for me now too...I'll see if I can replicate the behavior I saw

I've been thinking about the credential manager interface and separation of passive sources, and I think I have a better model. Working on sketching it out in my fork now....

@sigmavirus24 Yup, I saw that. It was actually what started me thinking down the path of a composable hierarchy of credential managers. Defining a chain like this will be complex...

I think that is a sensible approach, and one I had considered. It's largely just a matter of where we put the selection logic. If we're looking at a more...

FWIW, I've found that using a `pipx` managed `pipx` actually solves these problems very nicely. The original idea behind `pipipxx` (which while I still enjoy the name probably needs to...

Yup, that was probably https://github.com/mattsb42/pipipxx/issues/4. It was meant to be pronounced "pipx in pipx"...thus the name "pi**pipx**x" with "pipx" replacing the second "p" in "pipx". Unfortunately, I have to explain...

@Yajo FYI, that is almost exactly what pipx-in-pipx does for you. :) https://pipx-in-pipx.readthedocs.io/