rickardgranberg

Results 6 comments of rickardgranberg

Maybe you already know, but there's a `vault_generic_endpoint` resource that can be used to create a userpass. In fact, the example usage in the docs shows exactly that: https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/generic_endpoint Nonetheless,...

We're also seeing this problem after switching to 1.20+. In our configuration, we're using Azure Artifacts as the _only_ registry, with upstream feeds to npmjs et.al. Our .npmrc looks like:...

> I haven't needed to change my `.npmrc`file to accommodate for dependabot. If your setup does installation in the pipelines without extra work like token replacement, then it'll work with...

I used the example to point out the problem, my real use case is that I use docker bake that produces multiple images (using the docker/bake-action), and I would like...

> When you say multiple images do you mean a multi-arch image so all the images have the same tag but different architectures or multiple differently tagged images (potentially from...

I will provide a PR with a fix if you accept one? #3594