From 58f22f785bb2526414c52eddf5d854783144cdc6 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 9 Aug 2023 16:48:11 +0200 Subject: [PATCH] OZG-4087 remove http client --- .gitignore | 4 +--- http-client/auth.http | 13 ------------- http-client/dms.http | 2 -- http-client/http-client.env.json | 8 -------- 4 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 http-client/auth.http delete mode 100644 http-client/dms.http delete mode 100644 http-client/http-client.env.json diff --git a/.gitignore b/.gitignore index 66476749a8..671fb0fee4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,4 @@ goofy-client/.vscode/ goofy-client/apps/coverage/ .attach** -.factorypath - -http-client.private.env.json \ No newline at end of file +.factorypath \ No newline at end of file diff --git a/http-client/auth.http b/http-client/auth.http deleted file mode 100644 index fc39d0c72e..0000000000 --- a/http-client/auth.http +++ /dev/null @@ -1,13 +0,0 @@ -### get token -POST {{keycloak-url }}/realms/by-kiel-dev/protocol/openid-connect/token -Content-Type: application/x-www-form-urlencoded - -client_id = alfa & -grant_type = password & -scope = openid & -username = {{ user_sabine }} & -password = {{ pass_sabine }} - -> {% - client.global.set("jwt", response.body.access_token) -%} \ No newline at end of file diff --git a/http-client/dms.http b/http-client/dms.http deleted file mode 100644 index a4b581a0f7..0000000000 --- a/http-client/dms.http +++ /dev/null @@ -1,2 +0,0 @@ -GET {{ alfa-url }}/api/vorgangs/abc/export -Authorization: Bearer {{ jwt }} \ No newline at end of file diff --git a/http-client/http-client.env.json b/http-client/http-client.env.json deleted file mode 100644 index 3ac90916fb..0000000000 --- a/http-client/http-client.env.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "remotekc": { - "keycloak-url": "https://sso.dev.by.ozg-cloud.de" - }, - "local": { - "alfa-url": "http://localhost:4300" - } -} \ No newline at end of file -- GitLab