TykTechnologies / tyk-demo

Tyk Docker Demo with full Pro Tyk Installation and more!
52 stars 12 forks source link

Added 2 apis for streams #257

Open letzya opened 4 months ago

letzya commented 4 months ago

Added 3 things:

  1. Added platform: linux/amd64 to the two external services petstore and httpbin - to solve the architecture error The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64) image
  2. Added API example post-to-ws - REST post to ws
  3. Added API example post-stream - post message to the tyk gateway log
letzya commented 4 months ago

@davegarvey not sure why did got change deployments/tyk/data/tyk-dashboard/1/policies/policy-641c15dd0fffb800010197bf.json - any idea? I used the export script to dump the 2 APIs I created

letzya commented 4 months ago

FYI @dcs3spp @Keithwachira

davegarvey commented 3 months ago

@davegarvey not sure why did got change deployments/tyk/data/tyk-dashboard/1/policies/policy-641c15dd0fffb800010197bf.json - any idea? I used the export script to dump the 2 APIs I created

It looks like the data just got shuffled around, rather than actually altered. I don't think the change will make any material difference.

davegarvey commented 3 months ago

@letzya I don't see the new APIs you mention in the commits:

Added API example post-to-ws - REST post to ws Added API example post-stream - post message to the tyk gateway log

It just looks like amends to the existing APIs.