Skip to content

Commit

Permalink
use quay.io/kuadrant/authorino-examples:talker-api as echo api
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Sep 19, 2024
1 parent 9520001 commit af4a681
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions dev-environments/plain-http-upstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ curl --resolve post.example.com:8080:127.0.0.1 -v -X POST "http://post.example.c
```sh
make clean
```

## Echo API

Using EchoAPI `quay.io/kuadrant/authorino-examples:talker-api` docker image.

Based on Ruby's [rack](https://github.com/rack/rack) / [rackup](https://github.com/rack/rackup/blob/main/lib/rackup.rb)
HTTP server framework uses [WebRick](https://github.com/ruby/webrick) server engine.

Github: https://github.com/Kuadrant/authorino-examples/tree/main/talker-api
4 changes: 2 additions & 2 deletions dev-environments/plain-http-upstream/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- "80"
restart: unless-stopped
two.upstream:
image: quay.io/3scale/authorino:echo-api
image: quay.io/kuadrant/authorino-examples:talker-api
environment:
PORT: 3000
expose:
Expand All @@ -44,7 +44,7 @@ services:
- "80"
restart: unless-stopped
3scale.backend:
image: quay.io/3scale/authorino:echo-api
image: quay.io/kuadrant/authorino-examples:talker-api
container_name: 3scale.backend
environment:
PORT: 3000
Expand Down

0 comments on commit af4a681

Please sign in to comment.