Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksiAhtiainen committed Oct 22, 2024
1 parent 783bca3 commit 909adc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omadata-oauth2-sample/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"start-server": "NODE_EXTRA_CA_CERTS=../../koski-luovutuspalvelu/proxy/test/testca/certs/root-ca.crt ENABLE_LOCAL_MTLS=true AUTHORIZATION_SERVER_URL=https://localhost:7022/koski/api/omadata-oauth2/authorization-server RESOURCE_SERVER_URL=https://localhost:7022/koski/api/omadata-oauth2/resource-server npm run --prefix ../server start",
"start-with-server": "npm-run-all --parallel start-server start",
"start-with-server-and-luovutuspalvelu": "npm-run-all --parallel start-luovutuspalvelu start-server start",
"build-luovutuspalvelu": "cd ../../koski-luovutuspalvelu/proxy && mkdir -p ./target && npm run buildversion && npm run testca && KOSKI_BACKEND_HOST=${KOSKI_BACKEND_HOST:-http://$(node ../../omadata-oauth2-sample/client/scripts/getmyip.js):7021} CLIENT_USERNAME='oauth2client' CLIENT_PASSWORD='oauth2client' node ./scripts/create-local-config.js > ./target/koski-luovutuspalvelu-proxy-config-ci.json && docker build --rm --pull --platform=linux/amd64 --tag koski-luovutuspalvelu-proxy:latest . && sleep 5",
"build-luovutuspalvelu": "cd ../../koski-luovutuspalvelu/proxy && mkdir -p ./target && npm run buildversion && npm run testca && KOSKI_BACKEND_HOST=${KOSKI_BACKEND_HOST:-http://$(node ../../omadata-oauth2-sample/client/scripts/getmyip.js):7021} CLIENT_USERNAME='oauth2client' CLIENT_PASSWORD='oauth2client' node ./scripts/create-local-config.js > ./target/koski-luovutuspalvelu-proxy-config-ci.json && echo 'Local config:' && cat ./target/koski-luovutuspalvelu-proxy-config-ci.json && docker build --rm --pull --platform=linux/amd64 --tag koski-luovutuspalvelu-proxy:latest . && sleep 5",
"start-luovutuspalvelu": "echo 'Starting koski-luovutuspalvelu-proxy' && docker ps -a && docker run --name koski-luovutuspalvelu-proxy -p 7022:443 -v \"$PWD/../../koski-luovutuspalvelu/proxy/target/koski-luovutuspalvelu-proxy-config-ci.json:/etc/nginx/koski-luovutuspalvelu-proxy-config.json:ro\" -m 256m --rm koski-luovutuspalvelu-proxy:latest",
"clean-luovutuspalvelu-container": "docker ps -a && echo 'Killing koski-luovutuspalvelu-proxy' && docker stop koski-luovutuspalvelu-proxy || true && docker rm koski-luovutuspalvelu-proxy || true && echo 'Killed koski-luovutuspalvelu-proxy' && docker ps -a",
"build": "react-scripts build",
Expand Down

0 comments on commit 909adc3

Please sign in to comment.