David Montoya

Results 14 comments of David Montoya

This could happen if the vault token value has been accidentally set with a line break.

I'm consistently experiencing this issue with the grpcwebproxy (instead of envoy) and setting a deadline of hours doesn't seem to help. grpc-web: 1.0.7 grpc: 1.24.2 Log entry on the proxy:...

Experiencing the same issue while trying to provision Workload Identities with pre-existing KSAs using [terraform-google-kubernetes-engine/tree/v12.0.0/modules/workload-identity](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/v12.0.0/modules/workload-identity). - terraform 0.13.4 - hashicorp/google 3.47.0

> Are extra args deduplicated? Such that if I specify an argument that is already a default (but with a different value), are they both passed to terraform? Or does...

To follow up on this one... with fix https://github.com/runatlantis/atlantis/pull/1651 the `-upgrade` flag is deduped, however, atlantis will still fail with the error below (that is, when the `.terraform.lock.hcl` is committed):...

Can confirm this is present on `v2.7.6`. It only applies when restricting access to `clusters` in the RBAC policy. It does not apply to `projects` and `applications`. E.g.: ``` p,...

Also seeing this bug on `v2.7.6`. In our case, we're trying to follow the recommendation by https://github.com/argoproj/argo-cd/issues/2367 -- app config looks as follows: ``` ... syncPolicy: automated: selfHeal: true syncOptions:...

Experiencing the same on a local environment with circleci cli 0.1.7868+fa5217e (release). A workaround for me was to use docker executor with the root user: ```yaml test-executor: docker: - image:...

Hi, yes, this is a typo in the docs and comments, and an easy one to patch. Actual default value is `kubernetes/serviceaccount`.

Hi everyone, we're also observing this issue after upgrading the controller to `2.12.3`. we're running proxy version `2.8.4.4`. will the patch on the nightly build be released soon? i'm not...