Cyrill Troxler

Results 6 issues of Cyrill Troxler

Reusing the base transport can have unintended side effects, for example when setting `VAULT_CACERT` requests to the IAM API break as the cert store is modified. Closes #24

With this change the vault client is cached between `Get` and `Put` calls and avoids logging into vault every time. We use this library to read a (growing) number of...

Currently when connecting to the IAM API this library [reuses the transport](https://github.com/nytimes/gcp-vault/blob/master/gcpvault.go#L253) from the already initialized HTTP client. Is there a reason for this? This breaks connecting to the IAM...

According to the [CreateVolume specs](https://github.com/container-storage-interface/spec/blob/master/spec.md#createvolume) a volume should not set `CapacityBytes` (or set it to 0) to indicate that the capacity is unknown. ``` // The capacity of the volume...

help wanted
lifecycle/frozen

This introduces an additional deletePriority between betterDelete and mustDelete to avoid a race where multiple machines might be deleted at the same time. **What this PR does / why we...

size/S
cncf-cla: yes
ok-to-test
area/machineset

### What problem are you facing? Right now, crossplane-runtime does not formally support namespaced managed resources. It kind of works and only breaks if certain features are used. Because we...

enhancement
wontfix
proposal