Skip to content
Snippets Groups Projects

fix cronjob-recreate-clients

Merged Maarten de Waard requested to merge fix-cronjob-create-oauth-clients into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -61,7 +61,7 @@ spec:
--silent \
--write-out "\nRequesting oauth client $CLIENT_NAME: HTTP %{http_code}\n" \
| tail -1 \
| grep 404; \
| grep 401; \
if [ $? -eq 0 ]; then \
echo "Client doesn't exist. (Re)creating client..."; \
curl --header "Content-Type: application/json" \
Loading