David Lopes

Results 19 comments of David Lopes

Happening to me as well. Hit this issue after being redirect from https://github.com/hashicorp/terraform-provider-vault/issues/1715.

After some try and error I came up with the following `ClusterRole` which seems to work: ```yaml # cluster wide permissions (least privilege) for the csi-vso ServiceAccount apiVersion: rbac.authorization.k8s.io/v1 kind:...

I have the same behavior. Kubernetes plugin not working, not sure when it broke, but I didn't change the starship config file in ages 🤔

I noticed there is a `providerHealthCheck` option, that's invoking the `Version` method on the client. However, the health-check code simply logs an error if communication fails. Maybe we could change...

> This is a good idea. providerHealthCheck by default is false so users would need to opt-in to actually take advantage of this (which will require documentation). If we ever...

Ah great! That seems to fit my use case exactly. Will test it out, thanks.

Hey, just for visibility, I have the exact same issue, [described here](https://github.com/crossplane-contrib/provider-upjet-aws/issues/1653). However, I'm using the v1beta1 version, so I don't know if the root cause is the same or...

I'm using this tool for the first time now, so I cannot comment on how the behavior was before. But I think I'm experiencing the same behavior. I have 2...

Did you find any solution for this @hotsukai ? Same problem here.