Describe the bug
The docker-compose file for spring-boot-order-service is referencing an incorrect Microcks CLI executable and option.
|
entrypoint: |
|
- microcks-cli |
|
- import |
|
- '/resources/order-service-openapi.yaml:true,/third-parties/apipastries-openapi.yaml:true,/third-parties/apipastries-postman-collection.json:false' |
|
- --microcksURL=http://microcks:8080/api |
|
- --insecure |
|
- --keycloakClientId=foo |
|
- --keycloakClientSecret=bar |
the executable is defined as microcks-cli, but the correct executable name is microcks.
Additionally, the CLI option --insecure is not valid and must be replaced with --insecure-tls.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Microcks version or git rev
No response
Install method (docker-compose, helm chart, operator, docker-desktop extension,...)
No response
Additional information
No response