Skip to content
Snippets Groups Projects
Commit 4ef2b6fd authored by Daniel Bimschas's avatar Daniel Bimschas
Browse files

NOISSUE: fix localhost hostname

parent f3175a24
No related branches found
No related tags found
No related merge requests found
- id: holi-production
version: v0.38.25-beta.1
upstream:
url: http://localhost:4000
url: https://staging.social.apis.project-holi.org/graphql
match:
url: https://<.*>.unified.apis.project-holi.org/<.*>
methods:
......
......@@ -3,7 +3,7 @@
# wait for node process having opened the port
# sadly, we need to send a correct request that leads to a 200 response, because only then does the return code tell us the difference
# about the port being open or not. Therefore we implemented a simple ping query.
while ! curl --silent --output /dev/null http://localhost:4000/graphql ; do
while ! curl --silent --output /dev/null https://staging.social.apis.project-holi.org/graphql ; do
sleep 1 && echo waiting for GraphQL mesh server to start
done
exec s6-setuidgid ory /opt/oathkeeper/oathkeeper --config /opt/oathkeeper/config.yaml serve
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment