kscout / serverless-registry-api

API which curates serverless applications.
https://api.kscout.io
GNU General Public License v2.0
0 stars 1 forks source link

added schemes to urls in content returned by deploy instructions endpoint, fixes #150 #155

Closed Noah-Huppert closed 5 years ago

Noah-Huppert commented 5 years ago

Response which deploy instructions returns now:

To deploy the Serverless Example NodeJS application run the following command in bash:

. <(curl -L https://http://localhost:5000/apps/id/serverless-example-nodejs/deploy.sh)

This command will complete the following actions:

  • Present values for any ConfigMap and / or Secret resources and give you a chance to customize them
  • Deploy app's resource manifests, with any custom values, to your cluster using kubectl

You can see the raw resource manifests for the Serverless Example NodeJS app here

Notice the https in the curl command and how the ~"raw resource manifests" link now points to api.kscout.io with HTTPS.

Noah-Huppert commented 5 years ago

this is not actually the problem.

The problem is https://github.com/kscout/serverless-registry-api/issues/156