Skip to content
Snippets Groups Projects
Verified Commit 0202efea authored by Mark's avatar Mark
Browse files

Refactor

parent 87cc95e1
No related branches found
No related tags found
1 merge request!25Resolve "Make oAuth2 Client data persistent"
Pipeline #3548 passed with stage
in 1 minute
......@@ -52,8 +52,9 @@ spec:
args:
- >
curl http://{{ $.Release.Name }}-hydra-admin:4445/health/ready \
--silent \\
--write-out "\nCheck Hydra health: HTTP %{http_code}" \
| tail -1 | grep 200 && echo "Hydra is ready to accept requests." && \
| tail -1 | grep 200 && echo "Hydra is ready to accept requests." &&
curl http://{{ $.Release.Name }}-hydra-admin:4445/clients/$CLIENT_NAME \
--silent \
--write-out "\nRequesting oauth client $CLIENT_NAME: HTTP %{http_code}\n" \
......
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