Patrick Decat

Results 266 comments of Patrick Decat

Hi @ryno75, that sounds like a great improvement! Feel free to open a PR. Given the length of the hashes are different, I'd say there's no risk of existing users...

Looks like a race condition between _Search/Replace all_ and _Format on save_ VS Code features, which triggers when using taplo as the TOML formatter. When _Format on save_ is enabled,...

Hi @dmead, I believe there are several parts around this issue. Let me try to break this down. > is there a way to ask vault for multiple secrets with...

Great! What do you think about renaming this issue to focus on the first use case? Currently, there's no solution to retrieve multiple secrets from a path without knowing the...

Using plural on datasources is quite standard on terraform land: > Data Source Names Similar to resource names, data source names should be nouns. The main difference is that in...

Hi @keesschollaart81 @frenck, gentle ping :)

Can't you see what the `location` header was set to in the 301 response? Edit: too bad AWS do not return the standard `Location` header here.

> I'm not sure how correct this is. I couldn't find any docs that actually say that `EU == eu-west-1`, but it looks like it practically is? It sort of...

Hi, FYI I'm currently working on implementing this, and investigating the best options. > Took a quick look at using `HeadBucket` operation - however I kept receiving a `301` error....

There's caching in the steampipe query data connection manager to avoid requesting the region to often for a single bucket. I've not faced throttling on that HEAD method yet, will...