Rich Turner
Rich Turner
Having checked this out locally I feel the scope of the changes is larger than what is needed to achieve the goals of the issue particularly around map settings (also...
I like the idea of being able to view all container logs within the manager but I have concerns about turning the manager into a syslog server as the manager...
Having started looking through this some observations: * PKCS12 is preferred keystore format since java 9 (thought I saw mention of `jks` in your code see: https://www.baeldung.com/java-keystore-truststore-difference) * I'm thinking...
> So you are suggesting that all realms share a single client KeyStore and a single client TrustStore? I'd be okay with that, but issue is that for now, users...
Use technique in https://www.baeldung.com/java-custom-truststore to provide a custom X509TrustManager that combines a custom key store file (using path defined by `OR_SSL_TRUST_STORE` default should be a relative path and all values...
Added cloudformation alarm for Attribute Event anomaly detection
We should switch the `realmCache` over to `caffeine` and have it expire every 60s to avoid these synchronisation issues
What do we think is needed for Balena specific images? The standard images we already publish should be fine. If we're referring to custom deployments then that should be made...
> Do you know if this PR also fixes #1416? I retriggered this PR build several times and haven't seen that test fail. It fails continuously on the master branch....