cloud-native-spring-in-action
cloud-native-spring-in-action copied to clipboard
🍃 Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning)
Hello, there is an issue with keycloack, script upload is disabled, so it is not loading realms from files: ``` 2022-07-29 19:28:37,548 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to start server...
Hi Thomas, I am enjoying studying and building with the book. You mention in Appendix B that the GitHub repo of the book will include guides to setting up a...
Hi, I can successfully build the catalog-service image locally when I run the maven command. All is fine, and testcontainers ITs are ok. However, when I try to build the...
After reviewing the code in `Listing 13.10`, I examined the `application.yml` file within the `Dispatcher Service`. I didn't come across the `management.endpoint.health.group.readiness.include` property. I was under the impression that this...
1. Through creating the `OrderControllerWebFluxTests`, I noticed that `ReactiveJwtDecoder` `MockBean` was ultimately not utilized. The same appears to be true for `JwtDecoder` `MockBean` within the `BookControllerMvcTests` class in `section 12.2.3`....
I only have a vague understanding of what is discussed in the book, and I lack a clear panoramic view of the entire authentication process. Therefore, I would like to...
Dear @ThomasVitale, On package job, the step to Publish Container Image is failing due to "**denied: permission_denied: The requested installation does not exist.**" My Personal Access Token has the following...
In chapter 10.4.3, there is a note that presents one exercise for reader. It says: `If you want to test the application against a specific broker (in our case, it...
Hi, I have an issue with **Docker 25 that not being able to load images** into my local cluster via the `minikube image load` command, and I was able to...