Werner Donné
Werner Donné
Indeed, it requires some wieldy configuration in Maven. This is an example: https://github.com/wdonne/pincette-rs/blob/master/pom.xml.
Hi @larsga, I've started using jslt in the context of JSON Event Sourcing, which uses Kafka Streams. The first microservice that transforms JSON is going to be put in production...
When I work with JSON I always use [JSON-P](https://www.javadoc.io/doc/javax.json/javax.json-api/latest/overview-summary.html). This is only a set of interfaces. It works with a Service Provider Interface. The implementation I use is Glassfish. However,...
I understand that the impact would be considerable in that case. Because I changed my original code in the end the better example is gone now. Instead I'll show this...
Note that for the cluster stack and the cluster store this works fine. I have also tried an ECR policy with `ecr:*` as the action, meaning it can do anything...
I forgot to mention that this is with version 0.10.1. I noticed that this release file uses the 0.10.1-rc.3 version of the images for the Deployment resources.
Hi @semmet95 , I haven't pursued this further yet, but the only possible thing I see is using the domain name instead of the URL in the dockerconfig.
Inserting five seconds of sleep before retrying anything would be appropriate.
If the `secretAccountRef` in the secret store would refer to the service account of the ESO, would that work?
Indeed, it would only be a workaround for a cluster secret store.