Skip to content
Snippets Groups Projects
Commit 4d9e2f58 authored by Malte Finsterwalder's avatar Malte Finsterwalder
Browse files

TEST dump jwks.json

parent d5580aad
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@ function check() {
return $?
}
find /opt/oathkeeper
cat /opt/oathkeeper/jwks.json
while ! check ; do
sleep 1 && echo waiting for GraphQL mesh server to start
done
......
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