diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-12 10:49:35 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-12 10:49:35 -0600 |
| commit | a06598e7bec98aa1f9912f6ce1ff6d59c7e9ea04 (patch) | |
| tree | 60b944c3466c78b99c9fdca7c5ac47f6e0c88394 /bin | |
| parent | 4f59ea126d0f3d4c6e51f9dc7579f5481135adc6 (diff) | |
chore: remove ./bin/e2e script
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/e2e | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/bin/e2e b/bin/e2e deleted file mode 100755 index fc7ca5b1..00000000 --- a/bin/e2e +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -set -e -BROWSER="w3m" - -if [ -n "${DEBUG}" ]; then - set -x - BROWSER="xdg-open" -fi - -curl http://idp.example.com:8080/saml/metadata.xml -curl http://idp.example.com:8080/.well-known/openid-configuration -curl http://idp.example.com:8080/.well-known/oauth-authorization-server -curl http://idp.example.com:8080/.well-known/webfinger - -curl http://ui.example.com:8080/saml/metadata.xml - -$BROWSER http://ui.example.com:8080/saml/new -$BROWSER http://ui.example.com:8080/oidc/new - -curl http://api.example.com:8080/projects.json -curl -H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2YmYxZTlmMy02OGIwLTQ4NmYtOGVlZi0wODFmZTg2YjJlODMiLCJpYXQiOjE3NDEyOTAzMzJ9.e30=' -XPOST http://api.example.com:8080/projects --data '{"name": "gitlab"}' -curl http://api.example.com:8080/projects.json |
