Cristian Klein
Cristian Klein
Hi, I'm hereby sending another PR for multi-line copyright. You mentioned that this might break pagination. If you could point me how to reproduce that, I would be more than...
Added support for speed (and codes for RPM) as reverse engineered on my Peugeot 307 SW 2007, as well as support for metric units (km/h).
Hi, We are using httpbin as a backend to stress-test reverse proxies, service meshes, circuit breakers, etc. It would be very useful for us if httpbin could be instructed to...
This PR adds `--anonymize-ip-bytes` which mimics Matomo's IP anonymization algorithm. Useful to better comply with GDPR, i.e., avoid earlier in the pipeline to process IP addresses. Fixes #314
Hi, I'm considering using Matomo for privacy-friendly analytics on my personal website. Specifically, I want to avoid having to ask the user for any consent -- legally, of course --...
Is this what application developers asked for?
Update [this page](https://elastisys.io/compliantkubernetes/operator-manual/access-control/) to reflect how exactly access is being given to the super application developer and developers. Notes from a previous meeting: ## How are the Grafana roles used?...
Many regulations, including Swedish Healthcare, require a minimum of 5 years log retention. We determined that offering long-term logs at the platform level runs the risk of GDPR non-compliance. Since...
Write code equivalent to: - https://github.com/elastisys/compliantkubernetes/tree/main/user-demo - https://github.com/elastisys/compliantkubernetes/tree/main/user-demo-dotnet ... but in Java. MUST HAVEs: - Exposes the `/`, `/users`, and `/crash` REST endpoints. - Uses structured logging via stdout. -...
We recently added a safeguard to Compliant Kubernetes to [disallow container](https://github.com/elastisys/compliantkubernetes-apps/blob/main/config/config/wc-config.yaml#L125) images with certain tags that do not belong in production, by default `latest`. This task consist in creating user-facing...