Skip to content

Commit

Permalink
Try upgraded npm
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-johnson committed Sep 12, 2023
1 parent 24b47f5 commit b47cf0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/generate_kong_config
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ docker run --rm \
-v ${PWD}:/opt/openapi \
-w /opt/openapi \
node:15 /bin/bash -c "
npm i -g insomnia-inso \
npm i -g npm@latest
npm i -g insomnia-inso@latest \
&& inso --verbose \
generate config tmp_spec.yml \
--type declarative \
--output out/kong/kong.yml
"

# kong/inso:latest --verbose generate config tmp_spec.yml --type declarative --output out/kong/kong.yml

announce "Remove authentication plugins from API routes"
# these plugins consume authentication credentials instead of passing them to Conjur
docker run --rm \
Expand Down

0 comments on commit b47cf0b

Please sign in to comment.