Skip to content

Commit

Permalink
Merge pull request #58 from 3scale/1.1-migration
Browse files Browse the repository at this point in the history
Add support for Application ID auth pattern
  • Loading branch information
philipgough committed Feb 14, 2019
2 parents 630fa40 + e83a665 commit 66816d2
Show file tree
Hide file tree
Showing 13 changed files with 548 additions and 217 deletions.
2 changes: 1 addition & 1 deletion DEVEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ oc patch svc -n istio-system threescaleistioadapter \

Next, we need to patch the deployment with the image we built above:
```bash
export THREESCALE_DEBUG_ADAPTER=$(whoami)/3scaleistioadapter:debug
export THREESCALE_DEBUG_ADAPTER=$(whoami)/3scale-istio-adapter:debug
docker push ${THREESCALE_DEBUG_ADAPTER}
oc patch deployment -n istio-system 3scale-istio-adapter \
--patch='{"spec":{"template":{"spec":{"containers":[{"name": "3scale-istio-adapter", "image":"'${THREESCALE_DEBUG_ADAPTER}'"}]}}}}'
Expand Down
Loading

0 comments on commit 66816d2

Please sign in to comment.