diff --git a/.gitignore b/.gitignore index 66476749a8ca30c053fcf1e4e1de49adc875bf76..671fb0fee4dba749bd6cb2b15d03422c8ea29976 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 fc39d0c72e06a06e4d209153c348005a3b88dd48..0000000000000000000000000000000000000000 --- 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 a4b581a0f70bf85da011b9b76e080b9dc1a8fba7..0000000000000000000000000000000000000000 --- 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 3ac90916fb1bc3153dd7d2e8c29ee94cde1621de..0000000000000000000000000000000000000000 --- 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