Volkan Yazıcı
Volkan Yazıcı
For one, I don't think it is correct to keep the state (i.e., `SSLContext`) in configuration DTOs. I think the state should have rather been implemented as a part of...
> LOG4J2-2988 only asks to reload the keystores after a reconfiguration @ppkarwasz, you've have a point. Given this, aren't we practically done after introducing `SslConfiguration#getId()` (obtained using the issuers and...
@MichaelMorrisEst, would you be interested in updating your PR with the following changes? 1. Introduce the new `SslConfiguration#getId()` method returning an identifier `String` obtained using the issuers and serial numbers...
@MichaelMorrisEst, we have noticed your changes, thanks! We are busy with getting the `2.24.0` out. I will take care of this PR after reviewing changes that should go into `2.24.0`.
@MichaelMorrisEst, we discussed how to proceed this with @ppkarwasz and we would like to carry out some further changes regarding how the SSL-related resources are generated. Would you mind giving...
@MichaelMorrisEst, this fix will be delivered in `2.25.0`, FYI. Thanks so much for your patience and contribution.
That is a very interesting idea Matt, thanks for bringing it to our attention. 💯 Do you have a particular use case that you want to solve with this mechanism?
> Build a Java-based container ... @mattrpav, are you referring to OS containers (Docker, Podman, etc.) or Java servlet containers? (I have the impression that you're referring to the former,...
@mattrpav, what do you mean by a Java-based container? A Docker container? Op ma 26 aug 2024 om 15:40 schreef Matt Pavlovich ***@***.***> > Build a Java-based container ... >...
> Allows developers/devops to deploy Kubernetes config maps (one file per-subdirectory) without using a special type of volume (aka projected volume). @mattrpav, thanks for clarifying that you were referring to...