Roy Wellington

Results 35 issues of Roy Wellington

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...

bug
waiting-response
service/gke

### Extension name (the extension in question) `az ssh` ### Description of issue (in as much detail as possible) When I attempt to `az ssh vm -g $A_RG -n $A_SERVER`,...

Service Attention
VM SSH

The following test exposes a few issues in `headers::authorization::Bearer`: ``` #[cfg(test)] mod tests { #[test] fn test_invalid_auth_header() { // Malformed, should not parse. let value = http::HeaderValue::from_str("Bearer foo, Bearer bar").unwrap();...

### Problem ``` » RUST_BACKTRACE=1 cargo b info: syncing channel updates for 'nightly-2021-10-14-x86_64-apple-darwin' info: latest update on 2021-10-14, rust version 1.57.0-nightly (dfc5add91 2021-10-13) info: downloading component 'cargo' info: downloading component...

bug

The [`Meta` helper trait](https://docs.rs/kube/0.32.1/kube/api/trait.Meta.html) has the following signatures, ``` fn name(&self) -> String fn namespace(&self) -> Option fn resource_ver(&self) -> Option ``` All of these end up cloning the underlying...

api

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...

bug

Output of `helm version`: ``` » helm version version.BuildInfo{Version:"v3.4.1", GitCommit:"c4e74854886b2efe3321e185578e6db9be0a6e29", GitTreeState:"dirty", GoVersion:"go1.15.4"} ``` Output of `kubectl version`: (N/A) It doesn't matter for the context of this bug. ``` » kubectl...

help wanted
feature
good first issue

### Description I encountered this while doing a `cargo build`, while `cargo` was attempting to build `openssl`. OpenSSL's build includes a `ar` command that archives quite a lot of `.o`...

E.g., in my case, our `Cargo.lock` file contains: ``` [[package]] name = "base64" version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" ``` Which is out of date: the latest...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When we attempt to issue certificates with `cert-manager`, we see timeouts...

bug
pending author feedback
stale