Vesa Hagström

Results 8 comments of Vesa Hagström

I have this same issue, and seems like I can reproduce it 100% of the time like this: (Requires [`cdktf`](https://learn.hashicorp.com/tutorials/terraform/cdktf-install?in=terraform/cdktf#install-cdktf) for project bootstrapping and `npm`) ``` mkdir coq-freeze-sample cd coq-freeze-sample...

@eikenb I believe there would be some downsides to the `secretExists` road based on this comment https://github.com/hashicorp/consul-template/issues/942#issuecomment-305038780 , but for my use case just having `secretExists` would be enough. But...

> Well.. we have the choice of having something like this and not using it with those endpoints with side effects or not having it. There are no ways to...

> ((amendment: to clarify our use case, for context: we have separation of duties between the folks that maintain vault (interact with it directly, configure mounts, and write secrets &...

Can confirm it's fixed by https://github.com/ms-jpq/coq_nvim/pull/520 , amazing work 🎉 ! Thank you!

Changing the accessibility permissions like @m4rw3r suggested fixed this for me. Problem started after upgrading from 0.8 to 0.9 as @ianyh mentioned.

Sorry, I don't remember what this was about and how it should work :(. I'll close it for now but can revisit it at some point if it's needed.

Yeah, it's a bit tricky and nowadays Grafana has a pretty solid schema written in [Cue](https://cuelang.org/) here: https://github.com/grafana/grafana/tree/main/kinds . If I had free time I'd try to figure out a...