Boris Shilov
Boris Shilov
One option I can see working is to add another `TypeMap` that is intended only for sensitive values and combine them in the code.
That way this is also not a breaking change for users of previous versions. If, when the maps are recombined in `configFromRD`, there are duplicate keys, the non-sensitive ones should...
Not sure how notifications work with these, but I submit a PR [here](https://github.com/Mongey/terraform-provider-kafka-connect/pull/17).
Heyo folks, it turns out I did not test that PR enough. I have submit another [PR](https://github.com/Mongey/terraform-provider-kafka-connect/pull/18) here some time ago to fix what I found (see description). If you...
Hello @weinong would you be wiling to share a URL to this fork?
I've got 8 threads and just observed this with `dbt compile` in a CICD pipeline for the first time ever out of hundreds of runs. Seems like a once in...
Hi folks can somebody explain if it is possible to implement a simple IP allowlist using the pomerium policy language? [I do not see IPs among the criteria listed](https://www.pomerium.com/docs/topics/ppl). I...
I see, thanks @calebdoxsey. Probably worth adding this as an example in the docs somewhere as wanting to allow/deny-list IPs is a common use case for an ingress and I...
I'm hitting this with my pomerium-protected application hosted in GKE, deployed via the official helm chart. My 400's seem to be coming from a middlebox Google NGINX LB, confusingly, as...
The code to implement this "colour value on a simple card according to numerical cutoffs" (as @mazameli sketched it out) should be quite similar to how gauges are currently implemented...