Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-unified-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-unified-api
Commits
4ef2b6fd
Commit
4ef2b6fd
authored
2 years ago
by
Daniel Bimschas
Browse files
Options
Downloads
Patches
Plain Diff
NOISSUE: fix localhost hostname
parent
f3175a24
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
oathkeeper/rules.yaml
+1
-1
1 addition, 1 deletion
oathkeeper/rules.yaml
oathkeeper/start.sh
+1
-1
1 addition, 1 deletion
oathkeeper/start.sh
with
2 additions
and
2 deletions
oathkeeper/rules.yaml
+
1
−
1
View file @
4ef2b6fd
-
id
:
holi-production
version
:
v0.38.25-beta.1
upstream
:
url
:
http://
l
ocal
host:4000
url
:
http
s
://
staging.s
oc
i
al
.apis.project-holi.org/graphql
match
:
url
:
https://<.*>.unified.apis.project-holi.org/<.*>
methods
:
...
...
This diff is collapsed.
Click to expand it.
oathkeeper/start.sh
+
1
−
1
View file @
4ef2b6fd
...
...
@@ -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://
l
ocal
host:4000
/graphql
;
do
while
!
curl
--silent
--output
/dev/null http
s
://
staging.s
oc
i
al
.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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment