Skip to content

Wrong Microcks CLI executable configured in spring-boot-order-service #28

@abkacimi

Description

@abkacimi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions