Results 78 issues of James Peach

**Description:** Embed the build configuration that is used to build otelcorecol into ocb so that end users can easily generate a useful collector. This makes the `--config` flag optional again....

**Description:** Add a `--list-components` flag to the collector service. This currently show all the available components, their types and their signal stability levels. In future, we could also show the...

**Is your feature request related to a problem? Please describe.** Especially hen getting started in the ecosystem, it would be helpful for the collector to be able to show which...

**Is your feature request related to a problem? Please describe.** Make ocb easier to install and update to the latest release. **Describe the solution you'd like** Add a Homebrew tap...

area:builder
os:macos

**Describe your environment** ProductName: macOS ProductVersion: 12.4 BuildVersion: 21F79 **Steps to reproduce** ``` $ git rev-parse HEAD 2f0a3d69cb5fdf3486fd79502bc681f017ee04f3 ``` ``` $ cmake -GNinja -DBUILD_TESTING=OFF -DWITH_OTLP=ON .. ... $ ninja ......

bug
help wanted
do-not-stale

**Describe the bug** ``` % cloudflared bad file descriptor ``` **To Reproduce** See above **Expected behavior** Probably with no arguments, I would expect `cloudflared` to emit a usage error. If...

Type: Bug
Needs clarification

Move from gopkg.in/coreos/go-oidc.v2 module to github.com/coreos/go-oidc/v3, which is the current supported version of this module. This fixes #167, #592. Signed-off-by: James Peach

**Describe the bug** If you write a Go program and import `github.com/cloudflare/cloudflared/token` to generate a CF access token, there is a good chance of running into unresolvable module conflicts. For...

Type: Bug
Needs clarification

**Describe the feature you'd like** It's pretty common these days for programs to bundle their own shell completion generators. It would be great if `cloudflared completion $SHELL` emitted the completion...

Needs clarification
Type: Feature Request

### Summary - [x] In `pkg/util/xds/v3/cache.go` we have a forked version of go-control-plane's `SnapshotCache` type. This was forked so that we can use it for non-Envoy xDS resources. So that...

area/multizone
triage/accepted
kind/cleanup
area/envoy