David Flanagan
David Flanagan
**Describe the solution you'd like** Grafbase auth can handle verifying a JWT is valid before forwarding requests to subgraphs. Unfortunately, it doesn't pass on these claims (such as sub, iss,...
**Description** Dump from our call this evening ```yaml extensions: - ghcr.io/comtrya/comtrya/extensions/echo:latest - config.toml - atoms - actions - echo.wasm manifests: action: echo.echo string: hello, world ``` I'm sure there's a...
**Description** We have a constant battle with OpenSSL, so lets remove it if we can. https://github.com/Byron/gitoxide
## Feature Request Currently, Telegraf supports the Prometheus annotations for service discovery in Kubernetes. With CRDs hitting GA, there's growing support for this workflow within the Kubernetes community; particularly around...
Now that we've pushed up the initial spike for token provisioning with InfluxDB v2, we need to discuss the next step: token scopes. Currently our CRD looks like: ```yaml apiVersion:...
cannot have a constant value; only booleans, integers, numbers and strings may have constant values
I'm trying to automate SDK generation for major Kubernetes resources, such as Istio, Crossplane, and others; but unfortunately I'm running into some problems. Here's two examples of such behaviour: ```shell...
I'm using the following command to generate Pulumi types for Cluster API components. `./crd2pulumi --nodejsName capp --nodejsPath ./src/capp ./capp-components.yaml --force` This creates a `utilities.{ts,js}` that has code for loading the...
I don't know if this is in `crd2pulumi` specifically, or perhaps `codegen` of `pulumi/pulumi`. To reproduce: ```shell mkdir -p sdks/knative/v0.28.0-nodejs curl -fsSL -o sdks/knative/v0.28.0-nodejs/crd.yaml https://doc.crds.dev/raw/github.com/knative/[email protected] crd2pulumi --force --nodejsName knative --nodejsPath...
**Is your feature request related to a problem? Please describe.** I'd like to request a new system: direnv. I'm using direnv with nix flakes to provide the tooling for each...