API Gateway examples #41
Unanswered
sounak-1989
asked this question in
Q&A
Replies: 2 comments 3 replies
-
The service in the docker-compose must have been renamed at some point. Use |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I want to implement the API Gateway for my project. I am an embedded developer so I am not that great with Networking. If there is an example project with API Gateway configuration it would be great. I am trying to implement the instruction on the EdgeX website but the commands are failing.
When I try to implement the following command
docker-compose -p edgex -f docker-compose.yml run --rm -v
pwd
:/host:ro --entrypoint /edgex/secrets-config edgex-proxy proxy tls --incert /host/cert.pem --inkey /host/key.pem --snis edge001.example.com --admin_api_jwt /tmp/edgex/secrets/security-proxy-setup/kong-admin-jwtI get
no such service: edgex-proxy
Need some help getting this up and running. Thanks
Beta Was this translation helpful? Give feedback.
All reactions