Aaron Batilo
Aaron Batilo
### Description Slack has added new endpoints such as `/openid.connect.token` for doing an OpenID based sign in flow. It'd be nice to have these endpoints also be in this library....
If I were to configure a pool of buildx agents on a Kubernetes cluster ahead of time, is there a way to basically tell this action to use those instead...
On the stable v1 chart, there was the ability to configure tracing to multiple backends right from the chart's values file: https://github.com/helm/charts/blob/master/stable/traefik/values.yaml#L480 Could we get that same ability in the...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
The YAML in question ``` Person: required: - name - children properties: name: type: string children: type: array items: $ref: '#/definitions/Person' ``` I believe my issue is similar to https://github.com/guokr/swagger-py-codegen/issues/62...
I've configured an NLB with IP targets to point to an instance of Traefik 2 and noticed that when I have pod readiness gates enabled, it might take upwards of...
``` git error: /usr/lib/git-core/git-rebase: 1: eval: /usr/bin/true: not found Could not execute editor panic: exit status 1 goroutine 1 [running]: github.com/ejoffe/spr/spr.check(...) /Users/eitan/Code/spr/spr/spr.go:426 github.com/ejoffe/spr/spr.(*stackediff).mustgit(...) /Users/eitan/Code/spr/spr/spr.go:421 github.com/ejoffe/spr/spr.(*stackediff).AmendCommit(0xc0000d3f28, 0x5efa78, 0xc000116000) /Users/eitan/Code/spr/spr/spr.go:73 +0x6b0 main.main()...
When you have a shared repository that has your code and your Pulumi, you might have a pull request that doesn't have infra changes. It would be nice of these...
Based on looking at: https://www.pulumi.com/docs/reference/pkg/aws/eks/nodegroup/ Which appears to link to: File: [docs/reference/pkg/aws/eks/nodegroup.md](https://www.pulumi.com/docs/reference/pkg/aws/eks/nodegroup/) There is a section for https://www.pulumi.com/docs/reference/pkg/aws/eks/nodegroup/#ignoring-changes-to-desired-size that doesn't seem to actually demonstrate how to make this work. If...