Tony DevOps

Results 11 comments of Tony DevOps

I think it would be cool to get this repo updated with the latest 1.1.0 release of `terraform`.

> Hey @TonyLovesDevOps and thanks for this addition! I'm wondering: from v0.5.8 (I think), we now support decoding strategies to external-secrets. They can be achieved by specifying: > > ```...

@paperbag-zz I too ran into issues like this, and at least in some cases it turned out to be that the provider was sending API requests to artifactory that it...

Could one use this to approximate the `glob:` tag matching functionality of fluxv1? For example, our CI system generates docker images and tags them with the pattern `--` e.g. a...

Thanks for the detailed response. I think we'll hold off on upgrading to Flux2 until more of the image tag matching is ironed out and implemented. Also, (and I know...

@gusfcarvalho ping on [my previous comment](https://github.com/external-secrets/external-secrets/pull/1451#issuecomment-1215198678) -- can you give some advice on how to proceed? I'd love to save others from the rigmarole that I went through handling filename-style...

@moolen thanks for the clarification. When I get some spare time (haha) I will update this PR as discussed.

Hey y'all, this request may or may not be implemented, but you may be able to achieve the desired outcome by [querying IMDS to get the tags associated with the...

I've worked around this for now by placing this in my `knife.rb`: ``` knife[:vault_admins] = Chef::Knife.new.rest.get_rest("groups/admins")["users"].reject{|u| u == 'pivotal'} ```

For anyone else who runs into this, we were able to work around it by using `delete_resource` as in [the following code](https://github.com/tonyflint/unwind_example/compare/delete_resource_example). More info [here](https://coderanger.net/rewind/). I initially thought that we...