Paul Williams
Paul Williams
### Environment (Required on creation) - JDK: 21 - spring-boot: 3.2.4 - cammunda: 7.21 ### Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the...
I would like to understand for a distroless image of `gcr.io/distroless/java17-debian12:nonroot` what is the best way to add a custom certificate(crt) to the jvm ?
As @clun reported in https://github.com/ff4j/ff4j-spring-boot-starter-parent/issues/106. Consider other properties in the YAML ? like [config](https://github.com/ff4j/ff4j/blob/master/ff4j-test/src/main/resources/test-ff4j-features.yml). I said it because most of the work is already done in [ff4j-config-yaml](https://github.com/ff4j/ff4j/tree/master/ff4j-config-yaml) https://github.com/ff4j/ff4j/blob/master/ff4j-config-yaml/src/test/java/org/ff4j/parser/yaml/YamlParserTest.java ```java InputStream...