Paul Thomson

Results 7 issues of Paul Thomson

## Describe the issue The [AWSCredentialsProviderChain](https://github.com/aws/aws-sdk-java/blob/ddd779290c509df04f5ba6ad70b09db5ab457ee0/aws-java-sdk-core/src/main/java/com/amazonaws/auth/AWSCredentialsProviderChain.java#L126-L134) swallows exceptions thrown by any providers in the chain and moves on to the next provider. In the case of a Kubernetes Pod on...

feature-request

On MacOS it seems subsequent attempts to bind to the abstract Unix socket fail without first explicitly removing it. This issue seems to be MacOS-specific as it doesn't occur on...

**Description** When running the server via `go run main.go serve ...`, I get the following error (after a `ctrl-c` and re-run): ``` FATAL app/grpc.go:117 listen unix @fulcio-legacy-grpc-socket: bind: address already...

enhancement

*Description*: The below commit added a default clock skew to the JWT authn filter, and mentions that a skew buffer is recommended and seems to use 60s as that's what...

triage

[This line](https://github.com/abiosoft/colima/blob/164ab2b56663a530fcf0bf4bd817a23089df6984/environment/vm/lima/lima.go#L635) throws a warning when `/proc/sys/fs/binfmt_misc/qemu-x86_64` doesn't exist in the guest VM. Granted it's only a warning but should the absence of this file altogether just be treated as...

### Description Something about the use of `virtiofs` causes `dockerd` in the guest to receive an `Operation not supported` rather than `File exists` when it performs a `mkdir -p` ([as...

Consider combining the .build and .deploy Dockerfiles into a single Dockerfile and using a multi-stage build: https://docs.docker.com/develop/develop-images/multistage-build/