Leo Palmer Sunmo
Leo Palmer Sunmo
Pretty sure this is fixed by https://github.com/uswitch/kiam/pull/327
I am not intimately familiar with STS, IAM, and the EC2 metadata endpoint, but if this doesn't cause issues (like too many containers across instances using the same credentials, since...
That `null_resource` trick doesn't seem to work for me. I'd love a workaround for this!
Running in to a similar issue where we have a Struct tag with `{{` in the "example" field: ``` example:"http://example.com/some-url/{{ placeholder }}" swaggertype:"string"` ``` This silently broke the template parsing...
If you really need debug output I can attempt it, but it's a bit more effort in our CI/CD setup. Edit: Okay I've provided a debug file, hopefully redacting everything...
We're currently running in to this as well. We have a service that receives notifications as generic webhooks from Flux and deduplicates them itself by hashing various parts of it...
Just in case someone encounters this like I did, using AKS, Azure managed Kubernetes, here's my work around in rough steps. So far I've only tried to apply new disk...
This is currently biting me as well. Go is unaware of anything newer than `v0.1.0` as seen in https://pkg.go.dev/github.com/warrensbox/terraform-switcher For anyone wanting to work around it, select the version you...
I don't know if this is necessarily specific to KDE. I am also using **psst** and I think `souvlaki` has to implement the `PropertiesChanged` signal to make this work nicely....
I spotted this in one of the dependencies, https://github.com/diwic/dbus-rs/blob/master/dbus-crossroads/Problems.md. So looks like signals is a bit tricky.